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}"
    }
  }
}

최고의 Keyword Tracker 대안

다음은 Keyword Tracker과(와) 유사한 Firefox add-on입니다: