HTTP Headers View Firefox

Examine source code of HTTP Headers View

Inspect and view changes in HTTP Headers View source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "HTTP Headers View",
  "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": "{809901b8-2571-4417-9aa9-eb62d4a3ff9f}",
      "strict_min_version": "120.0"
    }
  }
}

Meilleures alternatives HTTP Headers View

Voici quelques Firefox add-ons qui sont similaires à HTTP Headers View :