HTTP Headers Firefox

Examine source code of HTTP Headers

作者: Helga Focks
Inspect and view changes in HTTP Headers source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "HTTP Headers",
  "version": "1.1",
  "description": "Fetch any URL and inspect its HTTP response headers",
  "browser_specific_settings": {
    "gecko": {
      "id": "{87544fe7-9dc0-4588-b521-ae424f32c6f1}",
      "strict_min_version": "96.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "16": "icons/s16.png",
    "32": "icons/s32.png",
    "48": "icons/s48.png",
    "96": "icons/s96.png",
    "128": "icons/s128.png"
  },
  "browser_action": {
    "default_popup": "view/index.html",
    "default_icon": {
      "16": "icons/s16.png",
      "32": "icons/s32.png",
      "48": "icons/s48.png",
      "96": "icons/s96.png",
      "128": "icons/s128.png"
    }
  },
  "background": {
    "scripts": [
      "core/worker.js"
    ]
  },
  "permissions": []
}

最佳 HTTP Headers 替代方案

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