HTTP Headers Viewer Firefox

Examine source code of HTTP Headers Viewer

提供元: astrocreat3
Inspect and view changes in HTTP Headers Viewer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "HTTP Headers Viewer",
  "version": "1.0",
  "description": "Displays HTTP response headers for the current tab.",
  "icons": {
    "64": "icons/icon64.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "<all_urls>",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/icon64.png",
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{af821333-0d9a-4ea5-a20c-efa7766d56b9}",
      "strict_min_version": "120.0"
    }
  }
}

ベストのHTTP Headers Viewer代替案

HTTP Headers Viewerに類似したFirefox add-onをいくつか紹介します: