Base64 Tool Firefox

Examine source code of Base64 Tool

Inspect and view changes in Base64 Tool source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Base64 Tool",
  "version": "1.0.0",
  "description": "Encode and decode Base64 text directly in your browser. Handles Unicode text and provides instant copy-to-clipboard.",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "base64-tool-044@mozillamaker.dev",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  },
  "permissions": [
    "clipboardWrite"
  ],
  "host_permissions": [],
  "background": {
    "scripts": [
      "background.js"
    ],
    "type": "module"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icons/icon-48.png",
      "96": "icons/icon-96.png"
    },
    "default_title": "Base64 Tool"
  }
}

Best Base64 Tool Alternatives

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