Prem's Stopwatch Firefox

Examine source code of Prem's Stopwatch

By: Raja
Inspect and view changes in Prem's Stopwatch source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Stopwatch Extension",
  "version": "1.0",
  "description": "A simple stopwatch that opens in a new tab.",
  "permissions": [
    "tabs"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "service_worker": "background.js",
    "scripts": [
      "background.js"
    ]
  },
  "commands": {
    "open-stopwatch": {
      "suggested_key": {
        "default": "Ctrl+Shift+L"
      },
      "description": "Open the stopwatch in a new tab"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "stopwatch@example.com"
    }
  }
}

Best Prem's Stopwatch Alternatives

Here are some Firefox add-ons that are similar to Prem's Stopwatch: