Extracts images from the current tab.

Extracts images from the current tab.

Extracts images from the current tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Extracts images from the current tab.",
  "version": "1.1",
  "description": "Extracts images from the current tab.",
  "action": {
    "default_popup": "popup.html"
  },
  "permissions": [
    "scripting",
    "activeTab"
  ],
  "icons": {
    "48": "icon16.png",
    "96": "icon16.png",
    "128": "icon16.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}