Simple Timer Firefox

Examine source code of Simple Timer

Inspect and view changes in Simple Timer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Simple Timer",
  "version": "1.0",
  "description": "A simple timer with start, pause, and reset functions",
  "icons": {
    "48": "icon.png"
  },
  "permissions": [
    "storage"
  ],
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "Simple Timer",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{9ca81c07-c54f-4a7f-9ad9-c4d9696049f2}"
    }
  }
}

Best Simple Timer Alternatives

Here are some Firefox add-ons that are similar to Simple Timer: