BetterSearch can be added to your Chrome extension list. Click here to download!
$ git clone https://github.com/Luke-G-Cordova/BetterSearch.git
Npm install docs | Node.js tutorial
$ npm install
Make sure you cd into your newly created repository first.
This command builds the project in a folder called dist
$ npm run build
- Open Chrome and type
chrome://extensions/
into the search bar. - When open click the Developer mode toggle to toggle it ON in the top right corner.
- Click Load unpacked in the top left corner.
- Navigate to and select your
dist
folder and click open. - It is now added to chrome. The keybinds to open the extension are sometimes finicky so click the hamburger icon in the top left and select keyboard shortcuts to make sure one is set for
Toggles the dom based popup
. - To test out your new extension, access or reload a website and use your keyboard shortcut.
If you have a good idea or found a bug, make an issue for it! Feel free to clone the repository and submit a pull request as well!