Keyword Tracker Firefox

Examine source code of Keyword Tracker

Inspect and view changes in Keyword Tracker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Keyword Tracker",
  "version": "1.0",
  "description": "Track keywords across multiple websites.",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icon.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "48": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{3db987f5-261b-455c-802b-55bfcd5ba933}"
    }
  }
}

Mejores alternativas Keyword Tracker

Aquí hay algunas Firefox add-ons que son similares a Keyword Tracker: