This extension adds keyboard functionality to Google Search.
Requirements:
- yarn@^1.22.5
- node@>=12 <= 14 (later versions should also work)
Build steps:
yarn install --frozen-lockfile --production
yarn run build
yarn run pack
(optional)
Packs the build and source code into a zip file used for addon submission. Destination:./artifacts
.
For development instructions, see DEVELOPING.md
.
https://addons.mozilla.org/en-US/firefox/addon/google-search-keyboard-nav/
This extension is forked from https://github.com/jchafik/google-search-shortcuts with the following intent:
- Quicker updates
- Firefox focused
- Simplify usage
- Modernize code
- Improve code readability