Searchbar Shortcut Firefox

Examine source code of Searchbar Shortcut

Inspect and view changes in Searchbar Shortcut source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "SearchbarShortcut",
  "version": "1.0",
  "description": "Press Ctrl + Space to open your page's search bar.",
  "icons": {
    "48": "icons/magnifier.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "payload.js"
      ]
    }
  ]
}

Best Searchbar Shortcut Alternatives

Here are some Firefox add-ons that are similar to Searchbar Shortcut: