Google Search Result Hotkeys

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.

Merlin
Additional files are visible only to premium users

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"
      ]
    }
  ]
}