dbuezas / chrome-palette

Chrome Palette, A SublimeText/Atom/VSCode style Command Palette extension for chrome
MIT License
17 stars 5 forks source link
bookmarks chrome chrome-extension command-palette fuzzy-search history tabs

image image

Command Palette for Chrome
Fast, no server, no ads, no telemetry.

![](https://img.shields.io/badge/Typescript-3178C6?style=flat-square&logo=typescript&logoColor=white) ![](https://badges.aleen42.com/src/vitejs.svg)

Installation

Chrome Web Store

Or you can unzip chrome-palette.zip and load it unpacked from chrome://extensions

The focus is performance, minimal size and ease of use.

Features

Command list

Development

npm install
npm start

PRs welcome!

Full Manual testing

Import the dist folder as an unpacked extension in chrome. This folder is rebuilt on changes when using npm start

History

Version View Framework Bundler Manifest Command Palette lib Total size Compressed Startup time
v2.0.0 (2024) SolidJS Vite V3 Self Made 79kb 38Kb 99ms
v1.2.1 (2022) Preact ESBuild V2 Forked react-command-palette 180kb 60Kb 220ms
v1.0.0 (2021) React Webpack V2 react-command-palette 287kb 93Kb 350ms

Previous art