Save image as Type

Save image as Type

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

Additional files are visible only to premium users

manifest.json


{
  "background": {
    "service_worker": "background.js"
  },
  "default_locale": "en",
  "description": "__MSG_extDescription__",
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*",
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "all_frames": true
    }
  ],
  "manifest_version": 3,
  "minimum_chrome_version": "31.0.0.0",
  "name": "__MSG_extName__",
  "permissions": [
    "downloads",
    "contextMenus"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "version": "1.2.0",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}