Download Images by GP

Download Images by GP

Displays all webpage images and allows user to download

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Download Images by GP",
  "description": "Displays all webpage images and allows user to download",
  "version": "1.0",
  "manifest_version": 2,
  "page_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "/images/download_image16.png",
      "32": "/images/download_image32.png",
      "48": "/images/download_image48.png",
      "128": "/images/download_image128.png"
    }
  },
  "icons": {
    "16": "/images/download_image16.png",
    "32": "/images/download_image32.png",
    "48": "/images/download_image48.png",
    "128": "/images/download_image128.png"
  },
  "permissions": [
    "downloads",
    "storage",
    "activeTab",
    "declarativeContent"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "options_page": "options.html",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}