Base64 Decoder on Selection Firefox

Examine source code of Base64 Decoder on Selection

제작자: createOne999 Add-on
Inspect and view changes in Base64 Decoder on Selection source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Base64 Decoder on Selection",
  "version": "1.2.0",
  "description": "Decode selected Base64 text on right-click.",
  "browser_specific_settings": {
    "gecko": {
      "id": "{183de863-7160-4bc8-9c0e-f8d6aef090f8}",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "activeTab",
    "contextMenus"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "src/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "src/config.js",
        "src/content/decoder.js",
        "src/content/dom-utils.js",
        "src/content/ui-components.js",
        "src/content/event-manager.js",
        "src/content/content.js"
      ]
    }
  ]
}

최고의 Base64 Decoder on Selection 대안

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