TabTimeStats Firefox

Examine source code of TabTimeStats

By: Noah
Inspect and view changes in TabTimeStats source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "TabTimeStats",
  "version": "1.0",
  "description": "Track time spent on websites with detailed stats.",
  "icons": {
    "64": "icon64.png",
    "128": "icon128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icon64.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "alarms"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{de3125bc-f470-4bec-a380-11e831ca0d86}",
      "strict_min_version": "103.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best TabTimeStats Alternatives

Here are some Firefox add-ons that are similar to TabTimeStats: