Simple TabTime Tracker Firefox

Examine source code of Simple TabTime Tracker

Inspect and view changes in Simple TabTime Tracker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Tab Time Tracker",
  "description": "Track time spent on each website",
  "version": "1.0.0",
  "manifest_version": 3,
  "permissions": [
    "tabs",
    "storage",
    "alarms"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "@tab-time-tracker",
      "data_collection_permissions": {
        "required": [
          "browsingActivity"
        ]
      }
    }
  }
}

Melhores alternativas Simple TabTime Tracker

Aqui estão algumas Firefox add-ons que são similares a Simple TabTime Tracker: