Web Status Codes Firefox

Examine source code of Web Status Codes

Par : rari Add-on
Inspect and view changes in Web Status Codes source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Status Codes",
  "version": "4.4",
  "description": "Quickly look up any HTTP status code by number or keyword and see its name, meaning and category (informational, success, redirect, client or server error). Runs locally.",
  "icons": {
    "32": "graphics/icon-32.png",
    "48": "graphics/icon-48.png",
    "64": "graphics/icon-64.png",
    "96": "graphics/icon-96.png",
    "128": "graphics/icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{b3b4ff9a-a5b7-4b05-a1cb-51b0152409ae}",
      "strict_min_version": "101.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "storage"
  ],
  "browser_action": {
    "default_title": "Status Codes",
    "default_popup": "app/popup.html",
    "default_icon": {
      "32": "graphics/icon-32.png",
      "48": "graphics/icon-48.png",
      "64": "graphics/icon-64.png"
    }
  }
}

Meilleures alternatives Web Status Codes

Voici quelques Firefox add-ons qui sont similaires à Web Status Codes :