HTTP Status Code Reference Firefox

Examine source code of HTTP Status Code Reference

제작자: Aevorn LLC
Inspect and view changes in HTTP Status Code Reference source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "HTTP Status Code Reference",
  "short_name": "HTTP Status ",
  "version": "1.0.0",
  "description": "Opens a searchable HTTP status code reference with descriptions and usage examples in the side panel",
  "permissions": [
    "sidePanel",
    "storage",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background/service-worker.js"
    ]
  },
  "action": {
    "default_title": "HTTP Status Code Reference",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "side_panel": {
    "default_path": "panel/panel.html"
  },
  "options_page": "options/options.html",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "http_status_reference@forgex.aevorn",
      "strict_min_version": "109.0"
    }
  }
}

최고의 HTTP Status Code Reference 대안

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