Down all images!

Downloads all images on the current website to your computer.

Down all images!とは何ですか?

Down all images!はKevin Roosによって開発されたChromeの拡張機能で、その主な機能は「Downloads all images on the current website to your computer.」です。

拡張機能のスクリーンショット

screenshot

Down all images!拡張機能のCRXファイルをダウンロード

Down all images!拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        ✔ Displays the number of images on the current website
✔ Downloads all of them with one click to a ZIP folder

If you're interested in how the program works internally, check it out on GitHub (click on "Website" below this description):

https://github.com/Rookev/ImageDownloader

Have fun, rate this extension and let me know your feedback!                    

拡張機能の基本情報

名前 Down all images! Down all images!
ID hhmmkooabfefibpnhfbblbajfccfoilp
公式URL https://chromewebstore.google.com/detail/down-all-images/hhmmkooabfefibpnhfbblbajfccfoilp
説明 Downloads all images on the current website to your computer.
ファイルサイズ 68.36 KB
インストール数 484
現在のバージョン 1.0.0
最終更新日 2015-04-23
公開日 2015-04-22
評価 2.67/5 合計 6 レビュー
開発者 Kevin Roos
支払い方法 free
拡張機能のウェブサイト https://github.com/Rookev/ImageDownloader
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Down all images!",
    "description": "Downloads all images on the current website to your computer.",
    "version": "1.0.0",
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html",
        "default_title": "Down all images!"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}