Google Explorer Firefox

Examine source code of Google Explorer

Por: FireBoxer
Inspect and view changes in Google Explorer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Google Explorer",
  "version": "1.0.1",
  "description": "Collect word in google.com search page",
  "icons": {
    "48": "img/icon-48.png"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "img/icon.png",
    "default_title": "Google Explorer",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.google.com/*"
      ],
      "js": [
        "js/jquery-3.3.1.min.js",
        "js/content-script.js"
      ],
      "css": [
        "css/custom.css"
      ],
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "notifications",
    "webRequest",
    "webRequestBlocking",
    "storage",
    "http://*.google.com/*",
    "https://*.google.com/*",
    "tabs",
    "activeTab"
  ],
  "homepage_url": "https://addons.mozilla.org/en-US/developers/addon/google_search_explorer"
}

Melhores alternativas Google Explorer

Aqui estão algumas Firefox add-ons que são similares a Google Explorer: