Quick Image Downloader

Browse and download all images from the page in one click

Quick Image Downloader là gì?

Quick Image Downloader là một tiện ích mở rộng Chrome được phát triển bởi techiewayz, và tính năng chính của nó là "Browse and download all images from the page in one click".

Ả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 Quick Image Downloader

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

                        Quick Image downloader is a powerful tool that enables you to download all images from any Website, Google Images, Instagram, Pinterest and Facebook in one click. 

⭐Select what images you want to download
⭐Bulk download all images in once
⭐Filter the images by width and height
⭐Save to a subfolder
⭐Rename downloaded files
⭐Supports all formats (PNG, JPEG, SVG, WEBP)
⭐Use dedicated buttons to download or open individual images in new tabs                    

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

Tên Quick Image Downloader Quick Image Downloader
ID dnacfipibiklpncfinjhemjhogglbpep
URL Chính Thức https://chromewebstore.google.com/detail/quick-image-downloader/dnacfipibiklpncfinjhemjhogglbpep
Mô tả Browse and download all images from the page in one click
Kích Thước Tệp 298 KB
Số Lần Cài Đặt 1,821
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2022-02-03
Ngày Phát Hành 2021-08-29
Đánh Giá 4.60/5 Tổng số 10 Đánh Giá
Nhà Phát Triển techiewayz
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quick Image Downloader",
    "description": "Browse and download all images from the page in one click",
    "version": "1.0.1",
    "minimum_chrome_version": "72",
    "manifest_version": 2,
    "icons": {
        "16": "\/images\/icon_16.png",
        "48": "\/images\/icon_64.png",
        "128": "\/images\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "\/images\/icon_128.png",
        "default_popup": "\/src\/Popup\/index.html"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "\/src\/background\/downloadImages.js",
            "\/src\/background\/handleUpdates.js"
        ]
    },
    "permissions": [
        "activeTab",
        "downloads",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}