A chrome extension to provide ← ↓ ↑ → and H J K L keyboard shortcuts to major websites.
Currently, this extension is not published on Chrome Web Store.
You can install it manually by building the extension and loading it in Chrome.
npm install
npm run build
Then, follow the instructions below to install the extension.
- Open Chrome and go to
chrome://extensions/
. - Enable
Developer mode
. - Click on
Load unpacked
and select thedist
folder.
Once installed, it's automatically activated on supported pages.
For example, you can navigate Google search results with ↓ ↑ or J K keys, open the link with Enter key, or open it in a background tab with Ctrl+Enter key on Windows, and Command+Enter key on MacOS.
This extension is made up of a simple combination of URL regex patterns and CSS selectors. See src/patterns.ts for the full list of supported pages.
If you would like to support your most frequently accessed sites, please send us a pull request.