Page Timer Tracker Firefox

Examine source code of Page Timer Tracker

제작자: Alex
Inspect and view changes in Page Timer Tracker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Page Timer Tracker",
  "version": "1.0",
  "description": "Track how much time you spend on each page for better time awareness.",
  "permissions": [
    "tabs",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "48": "icon.png",
    "128": "icon.png"
  },
  "applications": {
    "gecko": {
      "id": "pagetimertracker@example.com",
      "strict_min_version": "60.0"
    }
  }
}

최고의 Page Timer Tracker 대안

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