Browsing Time Tracker Firefox

Examine source code of Browsing Time Tracker

Par : M98
Inspect and view changes in Browsing Time Tracker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Browsing Time Tracker",
  "version": "1.0",
  "description": "Times how long users spend on specific webpages and provides insights into browsing habits.",
  "permissions": [
    "tabs",
    "storage",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Time Tracker"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{dd23b798-6ad1-4acb-917d-e1d90e0e9e0e}"
    }
  }
}

Meilleures alternatives Browsing Time Tracker

Voici quelques Firefox add-ons qui sont similaires à Browsing Time Tracker :