画像ダウンロード

画像ダウンロード

サイトの画像を一括でダウンロードできます。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "画像ダウンロード",
  "description": "サイトの画像を一括でダウンロードできます。",
  "version": "1.1.0",
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "action": {
    "default_icon": "img/icon16.png",
    "default_popup": "src/popup/index.html"
  },
  "content_scripts": [
    {
      "js": [
        "assets/main.ts-loader-iWDm9TRc.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "side_panel": {
    "default_path": "src/sidePanel/index.html"
  },
  "permissions": [
    "sidePanel",
    "downloads"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "resources": [
        "assets/main.ts-DtRWYB9w.js"
      ],
      "use_dynamic_url": true
    }
  ]
}