Working time counter Firefox

Examine source code of Working time counter

By: Anton
Inspect and view changes in Working time counter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Working time counter",
  "description": "Simple working time counter",
  "version": "2.0.0",
  "browser_action": {
    "default_icon": "icon48.png",
    "default_popup": "popup.html",
    "default_title": "Timer"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "storage"
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  }
}

Best Working time counter Alternatives

Here are some Firefox add-ons that are similar to Working time counter: