ClickTracker Firefox

Examine source code of ClickTracker

제작자: Ajay
Inspect and view changes in ClickTracker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "Tracks the clicks performed in a webapp",
  "manifest_version": 2,
  "name": "ClickTracker",
  "version": "1.1",
  "icons": {
    "48": "./icons/tracker48.png",
    "96": "./icons/tracker96.png"
  },
  "permissions": [
    "activeTab",
    "notifications"
  ],
  "background": {
    "scripts": [
      "./backgroundScript/bgscript.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/tracker48.png",
    "default_title": "App Tracker",
    "default_popup": "./page/page.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "./contentScript/tracker.js"
      ]
    }
  ]
}

최고의 ClickTracker 대안

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