Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexander-heimbuch/chrome-extension-command-palette
Your beloved IDE command palette in the browser.
https://github.com/alexander-heimbuch/chrome-extension-command-palette
chrome-extension javascript svelte
Last synced: 12 days ago
JSON representation
Your beloved IDE command palette in the browser.
- Host: GitHub
- URL: https://github.com/alexander-heimbuch/chrome-extension-command-palette
- Owner: alexander-heimbuch
- Created: 2022-07-17T14:50:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-26T17:16:33.000Z (about 2 years ago)
- Last Synced: 2024-10-13T05:52:00.375Z (26 days ago)
- Topics: chrome-extension, javascript, svelte
- Language: TypeScript
- Homepage: https://chrome.google.com/webstore/detail/command-palette/anlmnmkbgchkokmhbenonaceihahojke
- Size: 1.27 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Command Palette
> Your beloved IDE command palette in the browser.
![Workflow](./public/screenshots/workflow.gif)
## Development
```bash
# install dependencies
npm i# build files to `/dist` directory
# vite.build.watch rebuilds when modules have changed on disk
npm run dev
```## Build
```bash
# build files to `/dist` directory
$ npm run build
```## Load unpacked extensions
1. Open the Extension Management page by navigating to `chrome://extensions`.
2. Enable Developer Mode by clicking the toggle switch next to `Developer mode`.
3. Click the `LOAD UNPACKED` button and select the `/dist` directory.
4. Go to `chrome://extensions/shortcuts` and assign a shortcut## Attribution
- Icon by [Command line icons created by joalfa - Flaticon](https://www.flaticon.com/free-icons/command-line)