base64 to plain text Firefox

Examine source code of base64 to plain text

By: Malia
Inspect and view changes in base64 to plain text source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "base64 to plain text",
  "version": "1.1.2",
  "description": "Convert text to Base64 or decode Base64 back to plain text",
  "browser_specific_settings": {
    "gecko": {
      "id": "{e2cb3c86-d9c2-44ab-a24f-81e53f047472}",
      "strict_min_version": "96.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "16": "img/icon-16.png",
    "32": "img/icon-32.png",
    "48": "img/icon-48.png",
    "96": "img/icon-96.png",
    "128": "img/icon-128.png"
  },
  "browser_action": {
    "default_popup": "ui/widget.html",
    "default_icon": {
      "16": "img/icon-16.png",
      "32": "img/icon-32.png",
      "48": "img/icon-48.png",
      "96": "img/icon-96.png",
      "128": "img/icon-128.png"
    }
  },
  "background": {
    "scripts": [
      "service/tracker.js"
    ]
  },
  "permissions": []
}

Best base64 to plain text Alternatives

Here are some Firefox add-ons that are similar to base64 to plain text: