This is my personal copy of an extension that adds navigation shortcuts to the google search page.
- Use
tab
andshift + tab
to move up and down result links - Use
up
anddown
to move up and down results - Vim mode;
j
moves down,k
moves up and/
moves focus to search bar esc
selects all text in searchbox- Add an arrow to show which result is selected
- Add a blue bar on the side of the result
- Automatically select the first search result
- Add a space when focusing the search box
a
shows all results,i
shows images,v
shows videos,m
goes to maps
- Margin Adjustment: Selected result has padding when near top or bottom of the page
- Create build action
- Figure out how to create the crx file
- Automate deploy process
- Remove "Automatically select the first result on images"
- Make all results, images, videos work -> find "Filters and topics" element, then closest() images link and click
- Add ability to focus on tools? And go to year? T-> time -> Y -> year
- Add to vim mode, H and L now move the top bar
- Fix "Add space when selecting search bar" feature
- Allow extension on images?
- Allow to rebind j & k
- Remove install & update notification?
- Add message notifying user to refresh page when settings are changed
To use this extension in it's unpacked form you need to:
- Clone the repository
- Go to
chrome://extensions/
and click on load unpacked - Select the folder of the cloned repository
To build same as above but on chrome extensions click on Pack extension to get the .crx
build file.
All code is under the GPL v3 license.
Many thanks to Jacob Chafik and the contributors on the original extension repository.
Also thanks to Valentin Guillet for his forked repository with extended functionality and cleanup.
And finally thanks to Kuranari for his forked repository.