Save As Type (Image) Firefox

Examine source code of Save As Type (Image)

By: Carl M
Inspect and view changes in Save As Type (Image) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Save Image As Type",
  "version": "1.0.0",
  "description": "Save any image as JPG, PNG, or WebP with a single right-click. All conversions happen locally in your browser.",
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "activeTab",
    "contextMenus",
    "downloads",
    "storage",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png"
    },
    "default_title": "Save Image As Type",
    "default_popup": "popup/popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "save-image-as-type@firefox-extension",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Save As Type (Image) Alternatives

Here are some Firefox add-ons that are similar to Save As Type (Image):