WorkTime Tracker Firefox

Examine source code of WorkTime Tracker

Par : Shozab
Inspect and view changes in WorkTime Tracker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "WorkTime Tracker",
  "version": "1.0",
  "description": "Track your working hours and breaks with an intuitive interface",
  "permissions": [
    "storage",
    "activeTab",
    "idle",
    "alarms",
    "notifications"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "WorkTime Tracker"
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{86a88312-6c57-41f7-9d93-804ce190495f}"
    }
  }
}

Meilleures alternatives WorkTime Tracker

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