Save image as Type

Save image as Type

Save image as PNG, JPG or WebP by context menu on image.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "short_name": "__MSG_extShortName__",
  "description": "__MSG_extDescription__",
  "version": "0.1",
  "default_locale": "en",
  "minimum_chrome_version": "88.0.0.0",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
  "permissions": [
    "downloads",
    "contextMenus"
  ],
  "optional_permissions": [],
  "host_permissions": [
    "<all_urls>"
  ],
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "background": {
    "service_worker": "background.js"
  }
}