DownloadAs Save image as Type

DownloadAs Save image as Type

Download image as PNG or JPG with context menu, Save image as Type, for WebP haters

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "DownloadAs PNG JPG",
  "background": {
    "service_worker": "js/background.js"
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png",
    "300": "icons/icon300.png"
  },
  "default_locale": "en",
  "description": "__MSG_extShortDesc__",
  "incognito": "split",
  "manifest_version": 3,
  "minimum_chrome_version": "88",
  "name": "__MSG_extName__",
  "permissions": [
    "alarms",
    "contextMenus",
    "declarativeNetRequest",
    "downloads",
    "notifications",
    "scripting",
    "storage"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "version": "1.0.3",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}