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


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "short_name": "__MSG_extShortName__",
  "description": "__MSG_extDescription__",
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "default_locale": "en",
  "manifest_version": 3,
  "minimum_chrome_version": "88.0.0.0",
  "permissions": [
    "downloads",
    "contextMenus",
    "offscreen",
    "scripting"
  ],
  "optional_permissions": [],
  "host_permissions": [
    "<all_urls>"
  ],
  "version": "1.2.4"
}