Skip to content

Rafi993/chrome-quick-search

Repository files navigation

Quick search

Chrome extension to do things quickly.

Logo

How to install?

Visit Chrome web store here 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?

Logo

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