Page Time Tracker Firefox

Examine source code of Page Time Tracker

Inspect and view changes in Page Time Tracker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Page Time Tracker",
  "version": "1.0",
  "description": "Hiển thị thời gian bạn đã ở trên trang hiện tại (chỉ chạy cục bộ, không thu thập dữ liệu).",
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_title": "Page Time"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "@page-time-tracker",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Page Time Tracker Alternatives

Here are some Firefox add-ons that are similar to Page Time Tracker: