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

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

Qu'est-ce que 画像一括ダウンロード click(Image download) ?

画像一括ダウンロード click(Image download) est une extension Chrome développée par http://allis.jp, et sa fonction principale est "WEBページに表示されている画像を別ページで一覧表示して、クリックで視覚的にダウンロードする事が出来るようになります。".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension 画像一括ダウンロード click(Image download)

Téléchargez les fichiers d'extension 画像一括ダウンロード click(Image download) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

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

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

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

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

Informations de Base sur l'Extension

Nom 画像一括ダウンロード click(Image download) 画像一括ダウンロード click(Image download)
ID ghecmppjlalnickkmajljhhpmcmdnili
URL Officiel 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ページに表示されている画像を別ページで一覧表示して、クリックで視覚的にダウンロードする事が出来るようになります。
Taille du Fichier 68.75 KB
Nombre d'Installations 2,000
Version Actuelle 1.0.3
Dernière Mise à Jour 2017-07-25
Date de Publication 2017-07-25
Évaluation 2.75/5 Total 8 Évaluations
Développeur http://allis.jp
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}