Tab Time Tracker Firefox

Examine source code of Tab Time Tracker

By: I9BET
Inspect and view changes in Tab Time Tracker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Tab Time Tracker",
  "version": "1.0",
  "description": "Track and display the time spent on each open tab during the current browsing session.",
  "permissions": [
    "tabs",
    "activeTab",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{4270d93d-9c69-4f4f-bece-7ebd4aa2df68}"
    }
  }
}

Best Tab Time Tracker Alternatives

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