Base64 Selection Decoder Firefox

Examine source code of Base64 Selection Decoder

提供元: Paweł Rak
Inspect and view changes in Base64 Selection Decoder source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Base64 Selection Decoder",
  "version": "1.0",
  "description": "Decodes Base64-encoded text selections and copies the decoded text to the clipboard.",
  "permissions": [
    "contextMenus",
    "clipboardWrite",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "applications": {
    "gecko": {
      "id": "@selection-decoder"
    }
  },
  "icons": {
    "16": "icons/icon.svg",
    "48": "icons/icon.svg",
    "128": "icons/icon.svg"
  }
}

ベストのBase64 Selection Decoder代替案

Base64 Selection Decoderに類似したFirefox add-onをいくつか紹介します: