Base64 Selection Decoder Firefox

Examine source code of Base64 Selection Decoder

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"
  }
}

Best Base64 Selection Decoder Alternatives

Here are some Firefox add-ons that are similar to Base64 Selection Decoder: