Work Time Tracker Firefox

Examine source code of Work Time Tracker

Inspect and view changes in Work Time Tracker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Work Time Tracker",
  "version": "1.0",
  "description": "Track actual work time spent while the browser is active.",
  "permissions": [
    "storage",
    "idle"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "Work Time Tracker",
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{d038766e-331c-4c05-9869-70b726d81caa}"
    }
  }
}

Best Work Time Tracker Alternatives

Here are some Firefox add-ons that are similar to Work Time Tracker: