Simple TabTime Tracker Firefox

Examine source code of Simple TabTime Tracker

提供元: Suryakant Upadhyay
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"
        ]
      }
    }
  }
}

ベストのSimple TabTime Tracker代替案

Simple TabTime Trackerに類似したFirefox add-onをいくつか紹介します: