Save Image as Format Firefox

Examine source code of Save Image as Format

By: Maria Add-on
Inspect and view changes in Save Image as Format source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Save Image as Format",
  "version": "1.0.0",
  "description": "Convert an image locally in Firefox and download it as PNG, JPEG, WebP, GIF, AVIF, or BMP.",
  "permissions": [
    "menus",
    "contextMenus",
    "downloads",
    "notifications",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "save-image-as-format@example.local",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      },
      "strict_min_version": "109.0"
    }
  }
}

Best Save Image as Format Alternatives

Here are some Firefox add-ons that are similar to Save Image as Format: