Micro Timer Firefox

Examine source code of Micro Timer

Inspect and view changes in Micro Timer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Micro Timer",
  "version": "1.0",
  "description": "A tiny countdown timer to limit browsing time on specific sites.",
  "permissions": [
    "storage",
    "alarms",
    "tabs"
  ],
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "Micro Timer",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{8dfd40d6-f83b-4724-b464-f7168d171158}"
    }
  }
}

Best Micro Timer Alternatives

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