PageTimer Firefox

Examine source code of PageTimer

Inspect and view changes in PageTimer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "PageTimer",
  "version": "0.1.1resigned1",
  "description": "PageTimer is an extension for Firefox that measures page loading time.",
  "homepage_url": "https://github.com/DeliciousGarfield/PageTimer",
  "icons": {
    "48": "icons/icon.png"
  },
  "applications": {
    "gecko": {
      "id": "pagetimer@tianxiduo.org"
    }
  },
  "permissions": [
    "tabs"
  ],
  "page_action": {
    "default_icon": "icons/icon.png",
    "default_title": "Page Timer"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_script.js"
      ]
    }
  ]
}

Best PageTimer Alternatives

Here are some Firefox add-ons that are similar to PageTimer: