HTTP Error Detector Firefox

Examine source code of HTTP Error Detector

Inspect and view changes in HTTP Error Detector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "HTTP Error Detector",
  "version": "1.1",
  "description": "Detect and display HTTP status codes on websites.",
  "icons": {
    "64": "icons/logo_64.png"
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "tabs",
    "notifications",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": "icons/logo_64.png",
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{da23d15b-0d6c-4e2b-b733-dc54791b92a1}"
    }
  }
}

最佳 HTTP Error Detector 替代方案

这里是一些与HTTP Error Detector类似的Firefox add-on: