https://github.com/rafi993/chrome-quick-search
Quick search in Chrome
https://github.com/rafi993/chrome-quick-search
chrome-extension js reactjs spotlight
Last synced: 6 months ago
JSON representation
Quick search in Chrome
- Host: GitHub
- URL: https://github.com/rafi993/chrome-quick-search
- Owner: Rafi993
- License: mit
- Created: 2022-08-28T13:32:42.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-10T16:02:26.000Z (about 3 years ago)
- Last Synced: 2025-02-08T07:41:22.784Z (8 months ago)
- Topics: chrome-extension, js, reactjs, spotlight
- Language: JavaScript
- Homepage: https://chrome.google.com/webstore/detail/quick-search/goejincbenkgogiffgbolgpeeodilbmh
- Size: 1.12 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# Quick search
Chrome extension to do things quickly.

## How to install?
Visit Chrome web store [here](https://chrome.google.com/webstore/detail/quick-search/goejincbenkgogiffgbolgpeeodilbmh/related?hl=en&authuser=0) to install the extension
Press "CMD+E" or "CTRL+E" to launch the quick search menu.## To run
```
$ pnpm
$ pnpm start```
## Tech stack
- Parcel
- React## Why?
This Chrome extension shows you command palette to do things easily in Chrome.
This is a fun expirement to see how far I can push Chrome extension manifest v3## How does it look?
## Limitations
- This extension won't run inside chrome native tabs like chrome://extensions, chrome://history
- There are some functionalities that can't be build because of the way Chrome extension work