Page Timer by Ravi Firefox

Examine source code of Page Timer by Ravi

By: L Ravi Add-on
Inspect and view changes in Page Timer by Ravi source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Page Timer",
  "version": "1.0",
  "description": "A timer that stops when the page is refreshed or changed.",
  "permissions": [
    "storage",
    "activeTab",
    "tabs",
    "webNavigation"
  ],
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "48": "icon.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{ab8d2a62-02f5-41f9-b906-517174984dae}"
    }
  }
}

Best Page Timer by Ravi Alternatives

Here are some Firefox add-ons that are similar to Page Timer by Ravi: