Base64 Tool Firefox

Examine source code of Base64 Tool

제작자: Taha Daneshmand Add-on
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",
  "description": "A tool for Base64 encoding and decoding. Developed by Taha Daneshmand. Contact: tahadaneshmand.2009@proton.me",
  "icons": {
    "500": "icon.png"
  },
  "action": {
    "default_icon": "icon.png",
    "default_title": "Base64 Tool",
    "default_popup": "popup.html"
  },
  "permissions": [
    "storage",
    "clipboardWrite"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "popup.js",
        "popup.css",
        "icon.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "taha.daneshmande.base64tool@proton.me"
    }
  }
}

최고의 Base64 Tool 대안

다음은 Base64 Tool과(와) 유사한 Firefox add-on입니다: