Auto Reset Timer Firefox

Examine source code of Auto Reset Timer

Inspect and view changes in Auto Reset Timer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Auto Reset Timer",
  "version": "1.2.18.25",
  "description": "A simple countdown timer that auto-resets with customizable hotkeys.",
  "permissions": [
    "storage",
    "notifications"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon.png",
      "48": "icon.png",
      "128": "icon.png"
    }
  },
  "commands": {
    "start-timer": {
      "suggested_key": {
        "default": "Alt+G"
      },
      "description": "Start/Stop timer"
    },
    "reset-timer": {
      "suggested_key": {
        "default": "Alt+R"
      },
      "description": "Reset the timer"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{2e6d3c28-6099-40d8-bd57-93378247c962}"
    }
  }
}

Meilleures alternatives Auto Reset Timer

Voici quelques Firefox add-ons qui sont similaires à Auto Reset Timer :