Skip to content

Enables better web page searching functionality for browsers

License

Notifications You must be signed in to change notification settings

Luke-G-Cordova/BetterSearch

Repository files navigation


BetterSearch Logo

BetterSearch

How to use

BetterSearch can be added to your Chrome extension list. Click here to download!

Developers

Clone the repository locally.

Git clone docs | Git tutorial

$ git clone https://github.com/Luke-G-Cordova/BetterSearch.git

Install the npm packages.

Npm install docs | Node.js tutorial

$ npm install

Make sure you cd into your newly created repository first.

Build.

This command builds the project in a folder called dist

$ npm run build

Add to Chrome.

Chrome docs

  • 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.

Contributing

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!