Google search site Firefox

Examine source code of Google search site

By: mraddon
Inspect and view changes in Google search site source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Google search site",
  "description": "Open google search with site:<tab hostname>",
  "version": "0.0.1",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "tabs"
  ],
  "browser_action": {
    "default_icon": "search-24px-lighttheme.svg",
    "theme_icons": [
      {
        "light": "search-24px-lighttheme.svg",
        "dark": "search-24px-darktheme.svg",
        "size": 24
      }
    ]
  },
  "applications": {
    "gecko": {
      "id": "googlesearchsite@example.com"
    }
  }
}

Best Google search site Alternatives

Here are some Firefox add-ons that are similar to Google search site: