Images

Images

View and download all images on a page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Images",
  "description": "View and download all images on a page.",
  "version": "1.4.4",
  "action": {
    "default_title": "View and download all images on a page",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/images_16.png",
      "32": "images/images_32.png",
      "48": "images/images_48.png",
      "128": "images/images_128.png"
    }
  },
  "icons": {
    "16": "images/images_16.png",
    "32": "images/images_32.png",
    "48": "images/images_48.png",
    "128": "images/images_128.png"
  },
  "permissions": [
    "scripting",
    "activeTab",
    "downloads"
  ]
}