画像一括ダウンロード click(Image download)

WEBページに表示されている画像を別ページで一覧表示して、クリックで視覚的にダウンロードする事が出来るようになります。

What is 画像一括ダウンロード click(Image download)?

画像一括ダウンロード click(Image download) is a Chrome extension developed by http://allis.jp, and its main feature is "WEBページに表示されている画像を別ページで一覧表示して、クリックで視覚的にダウンロードする事が出来るようになります。".

Extension Screenshots

screenshot

Download 画像一括ダウンロード click(Image download) Extension CRX File

Download 画像一括ダウンロード click(Image 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

                        WEBページに表示されている画像を別ページで一覧表示して、
クリックで視覚的にダウンロードする事が出来るようになります。

■利用方法
1.ダウンロードしたい画像があるURLを開く。
2.この拡張機能のアイコンをクリックする。
3.ダウンロードしたい画像をクリックすると自動でダウンロードします。

(0px(指定可能)非表示機能・表示サムネイルの大きさを変更出来る機能などもあります)

■バージョン
・v1.0.2  2017/07/25 ピクセル指定で非表示機能の追加。表示サムネイルの大きさを変更出来る機能の追加。
・v1.0.0  2017/07/24 公開

■注意
※ 開発環境:windows10 64bit・chrome versionは常に最新の状態で開発しております。
※ この拡張機能を利用する事によって発生したいかなる損害も当方は責任を負いません。                    

Extension Basic Information

Name 画像一括ダウンロード click(Image download) 画像一括ダウンロード click(Image download)
ID ghecmppjlalnickkmajljhhpmcmdnili
Official URL https://chrome.google.com/webstore/detail/%E7%94%BB%E5%83%8F%E4%B8%80%E6%8B%AC%E3%83%80%E3%82%A6%E3%83%B3%E3%83%AD%E3%83%BC%E3%83%89-clickimage-dow/ghecmppjlalnickkmajljhhpmcmdnili
Description WEBページに表示されている画像を別ページで一覧表示して、クリックで視覚的にダウンロードする事が出来るようになります。
File Size 68.75 KB
Installation Count 2,000
Current Version 1.0.3
Last Updated 2017-07-25
Publish Date 2017-07-25
Rating 2.75/5 Total 8 Ratings
Developer http://allis.jp
Email [email protected]
Payment Type free
Supported Languages en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "short_name": "__MSG_appName__",
    "version": "1.0.3",
    "minimum_chrome_version": "59",
    "default_locale": "ja",
    "description": "__MSG_appDesc__",
    "icons": {
        "16": "img\/a16.png",
        "32": "img\/a32.png",
        "48": "img\/a48.png",
        "128": "img\/a128.png"
    },
    "homepage_url": "https:\/\/allis.jp\/",
    "author": "allis.jp Ltd.",
    "permissions": [
        "tabs",
        "contextMenus"
    ],
    "web_accessible_resources": [
        "img\/a16.png",
        "img\/a32.png"
    ],
    "browser_action": {
        "default_icon": {
            "19": "img\/a16.png",
            "38": "img\/a32.png"
        },
        "default_title": "\u3053\u306e\u30da\u30fc\u30b8\u306e\u753b\u50cf\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3059\u308b"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "matches": [
                "",
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/jquery.crypt.js",
                "func.js",
                "cs.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/jquery.crypt.js",
            "func.js",
            "background.js"
        ],
        "persistent": true
    },
    "options_page": "options\/options.html"
}