Down all images!

Downloads all images on the current website to your computer.

Down all images! là gì?

Down all images! là một tiện ích mở rộng Chrome được phát triển bởi Kevin Roos, và tính năng chính của nó là "Downloads all images on the current website to your computer.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Down all images!

Tải xuống các tệp mở rộng Down all images! dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        ✔ 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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Down all images! Down all images!
ID hhmmkooabfefibpnhfbblbajfccfoilp
URL Chính Thức https://chromewebstore.google.com/detail/down-all-images/hhmmkooabfefibpnhfbblbajfccfoilp
Mô tả Downloads all images on the current website to your computer.
Kích Thước Tệp 68.36 KB
Số Lần Cài Đặt 484
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2015-04-23
Ngày Phát Hành 2015-04-22
Đánh Giá 2.67/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Kevin Roos
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Rookev/ImageDownloader
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/"
    ]
}