Basic / Bearer Auth Header Firefox

Examine source code of Basic / Bearer Auth Header

提供元: Mishka Falu Add-on
Inspect and view changes in Basic / Bearer Auth Header source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Basic / Bearer Auth Header",
  "version": "5.2",
  "description": "Build HTTP Authorization headers: turn a username and password into a Basic header, wrap a token into a Bearer header, and decode existing headers back to their parts. UTF-8 aware, offline.",
  "icons": {
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "64": "icons/icon-64.png",
    "96": "icons/icon-96.png",
    "128": "icons/icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{1db338e4-18d3-4b23-a2bf-459a05056e32}",
      "strict_min_version": "101.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "storage"
  ],
  "browser_action": {
    "default_title": "Basic / Bearer Auth Header",
    "default_popup": "src/popup.html",
    "default_icon": {
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "64": "icons/icon-64.png"
    }
  }
}

ベストのBasic / Bearer Auth Header代替案

Basic / Bearer Auth Headerに類似したFirefox add-onをいくつか紹介します: