Decode base64 Extension Firefox

Examine source code of Decode base64 Extension

제작자: underlines
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"
  }
}

최고의 Decode base64 Extension 대안

다음은 Decode base64 Extension과(와) 유사한 Firefox add-on입니다: