Search Tools Firefox

Examine source code of Search Tools

Inspect and view changes in Search Tools source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "__MSG_appName__",
  "description": "__MSG_appDescription__",
  "version": "1.4",
  "short_name": "__MSG_appShortName__",
  "manifest_version": 2,
  "default_locale": "en",
  "icons": {
    "128": "images/logo.png"
  },
  "background": {
    "scripts": [
      "scripts/background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "38": "images/logo.png"
    },
    "default_title": "__MSG_browserActionTitle__",
    "default_popup": "pages/popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "include_globs": [
        "*://*.google.*/*"
      ],
      "css": [
        "styles/contentscript.css"
      ],
      "js": [
        "scripts/google_cs.js"
      ]
    },
    {
      "matches": [
        "*://*/*"
      ],
      "include_globs": [
        "*://*.bing.*/*"
      ],
      "css": [
        "styles/contentscript.css"
      ],
      "js": [
        "scripts/bing_cs.js"
      ]
    },
    {
      "matches": [
        "*://*/*"
      ],
      "run_at": "document_idle",
      "include_globs": [
        "*://duckduckgo.*/*"
      ],
      "css": [
        "styles/contentscript.css"
      ],
      "js": [
        "scripts/ddg_cs.js"
      ]
    }
  ],
  "permissions": [
    "<all_urls>",
    "clipboardWrite",
    "tabs",
    "storage",
    "activeTab",
    "unlimitedStorage"
  ],
  "web_accessible_resources": [
    "images/*",
    "styles/*",
    "scripts/*"
  ]
}

Best Search Tools Alternatives

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