b64 Firefox

Examine source code of b64

By: Subb
Inspect and view changes in b64 source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "b64",
  "version": "0.2",
  "description": "Simple encoding and decoding of data in base64 format (only UTF-8 is supported) ",
  "icons": {
    "16": "img/icon_16.png",
    "32": "img/icon_32.png"
  },
  "browser_action": {
    "default_popup": "index.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "b64.js"
      ]
    }
  ]
}

Best b64 Alternatives

Here are some Firefox add-ons that are similar to b64: