Decode base64 Extension Firefox

Examine source code of Decode base64 Extension

Inspect and view changes in Decode base64 Extension source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Decode base64 Extension",
  "version": "1.0",
  "description": "Decodes selected text using Base64 or URL decoding and replaces it with the original and decoded text (with a link if applicable). Right Click on your selected text and choose 'Decode String'.",
  "permissions": [
    "contextMenus",
    "scripting",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "underlines@gmail.com"
    }
  },
  "icons": {
    "512": "icons/icon-512.png"
  }
}

Melhores alternativas Decode base64 Extension

Aqui estão algumas Firefox add-ons que são similares a Decode base64 Extension: