Copy image as Base64 Firefox

Examine source code of Copy image as Base64

Inspect and view changes in Copy image as Base64 source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Copy image as Base64",
  "version": "1.0",
  "description": "Allows you to copy an image to clipboard in Base64 format in the right-click menu.",
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "64": "icons/icon-64.png",
    "96": "icons/icon-96.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "<all_urls>",
    "contextMenus",
    "clipboardWrite"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}

Best Copy image as Base64 Alternatives

Here are some Firefox add-ons that are similar to Copy image as Base64: