Google Search Result Hotkeys
Navigate to Google Search results with the keyboard number keys. Press 1 to go to the first result, 2 to go the second, etc.
What is Google Search Result Hotkeys?
Google Search Result Hotkeys is a Chrome extension developed by Ian Wehrman, and its main feature is "Navigate to Google Search results with the keyboard number keys. Press 1 to go to the first result, 2 to go the second, etc.".
Extension Screenshots
Download Google Search Result Hotkeys Extension CRX File
Download Google Search Result Hotkeys extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Navigate to Google Search results with the keyboard number keys. Press 1 to go to the first result, 2 to go the second, etc.
Extension Basic Information
Name | Google Search Result Hotkeys |
ID | klgbcckheikhkhmklfbdbnhkmmpbmjce |
Official URL | https://chromewebstore.google.com/detail/google-search-result-hotk/klgbcckheikhkhmklfbdbnhkmmpbmjce |
Description | Navigate to Google Search results with the keyboard number keys. Press 1 to go to the first result, 2 to go the second, etc. |
File Size | 4.77 KB |
Installation Count | 67 |
Current Version | 0.0.9 |
Last Updated | 2020-11-08 |
Publish Date | 2018-10-11 |
Rating | 2.33/5 Total 3 Ratings |
Developer | Ian Wehrman |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/iwehrman/google-search-result-hotkeys |
Help Page URL | https://github.com/iwehrman/google-search-result-hotkeys |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Google Search Result Hotkeys", "version": "0.0.9", "content_scripts": [ { "matches": [ "*:\/\/www.google.com\/search*" ], "js": [ "main.js" ] } ] } |