画像ダウンローダー
ページ内のimgタグを一括ダウンロードできます。
What is 画像ダウンローダー?
画像ダウンローダー is a Chrome extension developed by ponna, and its main feature is "ページ内のimgタグを一括ダウンロードできます。".
Download 画像ダウンローダー Extension CRX File
Download 画像ダウンローダー extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | 画像ダウンローダー |
ID | lfkfmnckbiedjibakkanendebnigobdk |
Official URL | https://chromewebstore.google.com/detail/%E7%94%BB%E5%83%8F%E3%83%80%E3%82%A6%E3%83%B3%E3%83%AD%E3%83%BC%E3%83%80%E3%83%BC/lfkfmnckbiedjibakkanendebnigobdk |
Description | ページ内のimgタグを一括ダウンロードできます。 |
File Size | 36.99 KB |
Installation Count | 92 |
Current Version | 1.0.1 |
Last Updated | 2017-04-30 |
Publish Date | 2017-04-29 |
Developer | ponna |
Payment Type | free |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\u753b\u50cf\u30c0\u30a6\u30f3\u30ed\u30fc\u30c0\u30fc", "version": "1.0.1", "description": "\u30da\u30fc\u30b8\u5185\u306eimg\u30bf\u30b0\u3092\u4e00\u62ec\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3067\u304d\u307e\u3059\u3002", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ] } ], "icons": { "16": "icon\/icon_16.png", "48": "icon\/icon_48.png", "128": "icon\/icon_128.png" }, "browser_action": { "default_icon": { "19": "icon\/icon_19.png", "38": "icon\/icon_38.png" }, "default_title": "\u753b\u50cf\u30c0\u30a6\u30f3\u30ed\u30fc\u30c0\u30fc", "default_popup": "popup.html" }, "permissions": [ "tabs", "https:\/\/*\/*", "http:\/\/*\/*", "storage" ] } |