This is a Chrome extension that turns your new tab page into a fuzzy finding command palette.
I find that it is a significant productivity booster.
Download on the Chrome extension page.
Please see the tutorial video for usage instructions.
Feel free to make a PR. Though I will only merge changes I agree with. If you don't know Imba, consider learning it, it's extremely powerful.
-
Run:
npm run dev
-
Go to:
chrome://extensions/
-
Click
Load unpacked
. -
Select the
chrome
folder.
Then you're good to go. With the dev server running, any change you save will
be built, and all you need to do is refresh Chrome with mod+r
.
This is just for me to remember 😛
-
Run:
npm run build
-
Upload the newly created
chrome.zip
to the Chrome store.