Skip to content

Chrome extension that enhances the keyboard shortcuts in Google Search

License

Notifications You must be signed in to change notification settings

jayoh-dev/google-search-navigator

 
 

Repository files navigation

Logo Google Search Navigator

Demo flow

This is a simple Google Chrome extension that enhances the keyboard navigation in Google Search. Google used to provide an experimental keyboard navigation for search results, but it was often broken, and seems to have been removed as of 2017-07-31. In addition, I wanted to add new keyboard shortcuts and the existing ones to be more vim like (j/k for navigation).

Install from the Chrome Web Store

Keybindings

  • /j: Select next search result
  • /k: Select previous previous result
  • //Escape: Focus on input search box
  • Enter/Space: Navigate to selected result
  • Ctrl+Enter/⌘+Enter/Ctrl+Space: Open selected result in new tab/window
  • a/s: Navigate to All tab (= default search tab)
  • i: Navigate to images tab
  • v: Navigate to videos tab
  • m: Navigate to maps tab
  • n: Navigate to news tab

TODO

  • Add option for navigating "Top stories"
  • Remove Keymaster dependency and add functions for validation user provided Keybindings

About

Chrome extension that enhances the keyboard shortcuts in Google Search

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 68.7%
  • HTML 28.5%
  • CSS 2.8%