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
官方網址 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:\/\/*\/"
    ]
}