Search In Site Firefox

Examine source code of Search In Site

Inspect and view changes in Search In Site source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Search In Site",
  "version": "1.0",
  "description": "Searches the current highlighted text using the current sites own search function",
  "permissions": [
    "activeTab",
    "contextMenus",
    "clipboardWrite"
  ],
  "icons": {
    "48": "icons/search-location-solid-48.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-script.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{95dba1e7-9227-42ac-adef-a209dc2d6528}"
    }
  }
}

Best Search In Site Alternatives

Here are some Firefox add-ons that are similar to Search In Site: