HTTP Status Code Firefox

Examine source code of HTTP Status Code

제작자: Ahmad Samiei Add-on
Inspect and view changes in HTTP Status Code source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "HTTP Status Code",
  "description": "Shows HTTP response status code as a badge icon.",
  "version": "1.2.1resigned1",
  "homepage_url": "https://github.com/amad/firefox-status-code",
  "icons": {
    "48": "icon.svg",
    "96": "icon.svg"
  },
  "browser_action": {
    "default_icon": {
      "16": "icon.svg",
      "32": "icon.svg"
    }
  },
  "permissions": [
    "<all_urls>",
    "tabs",
    "webNavigation",
    "webRequest"
  ],
  "background": {
    "scripts": [
      "index.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "all_frames": true,
      "run_at": "document_start"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{631f0d87-7b05-4ef7-8c28-70dd22c32e62}"
    }
  }
}

최고의 HTTP Status Code 대안

다음은 HTTP Status Code과(와) 유사한 Firefox add-on입니다: