Base64 Codec Firefox

Examine source code of Base64 Codec

Inspect and view changes in Base64 Codec source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Base64 Codec",
  "version": "1.0.0",
  "description": "Base64 Encoder Decoder, based on contextMenu, with in-place html text replacement.",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "content.js"
    ]
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "contextMenus",
    "tabs",
    "notifications",
    "http://*/",
    "https://*/"
  ]
}

Best Base64 Codec Alternatives

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