Base64 Img Firefox

Examine source code of Base64 Img

Inspect and view changes in Base64 Img source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Base64 Img",
  "version": "1.2.1",
  "description": "Convert any image to base64 string or data URI format",
  "browser_specific_settings": {
    "gecko": {
      "id": "{0bf4892f-93d0-4760-962a-33372b062f1c}",
      "strict_min_version": "96.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "16": "res/16.png",
    "32": "res/32.png",
    "48": "res/48.png",
    "96": "res/96.png",
    "128": "res/128.png"
  },
  "browser_action": {
    "default_popup": "panel/panel.html",
    "default_icon": {
      "16": "res/16.png",
      "32": "res/32.png",
      "48": "res/48.png",
      "96": "res/96.png",
      "128": "res/128.png"
    }
  },
  "background": {
    "scripts": [
      "scripts/main.js"
    ]
  },
  "permissions": []
}

Best Base64 Img Alternatives

Here are some Firefox add-ons that are similar to Base64 Img: