"Search Google for (...)"-hotkey Firefox

Examine source code of "Search Google for (...)"-hotkey

By: Mimle Add-on
Inspect and view changes in "Search Google for (...)"-hotkey source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Hotkey: Search Google for [selection]",
  "version": "1.0",
  "description": "Search the highlighted text with the default search engine via a shortcut.",
  "permissions": [
    "activeTab",
    "tabs",
    "search"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "commands": {
    "search-selection": {
      "description": "Search selected text with default engine",
      "suggested_key": {
        "default": "Alt+G"
      }
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{2423998a-b45a-4a29-a904-8d5b79325251}"
    }
  }
}

Best "Search Google for (...)"-hotkey Alternatives

Here are some Firefox add-ons that are similar to "Search Google for (...)"-hotkey: