GetThemAll

Download all the images on a webpage

GetThemAll là gì?

GetThemAll là một tiện ích mở rộng Chrome được phát triển bởi federerchou, và tính năng chính của nó là "Download all the images on a webpage".

Ả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 GetThemAll

Tải xuống các tệp mở rộng GetThemAll 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

                        You can use this extension to download all the images on a webpage. You can specify the folder you want these images to save to.                    

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

Tên GetThemAll GetThemAll
ID fhkjfciooifcflkailbnchdaihccdebf
URL Chính Thức https://chrome.google.com/webstore/detail/getthemall/fhkjfciooifcflkailbnchdaihccdebf
Mô tả Download all the images on a webpage
Kích Thước Tệp 207 KB
Số Lần Cài Đặt 31,420
Phiên Bản Hiện Tại 1.2.3
Cập Nhật Lần Cuối 2018-01-25
Ngày Phát Hành 2018-01-25
Đánh Giá 2.32/5 Tổng số 119 Đánh Giá
Nhà Phát Triển federerchou
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GetThemAll",
    "description": "Download all the images on a webpage",
    "version": "1.2.3",
    "author": "[email protected]",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html",
        "default_title": "GetThemAll"
    },
    "background": {
        "scripts": [
            "manager.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "downloads",
        "file:\/\/*"
    ]
}