Image Downloader Plus

Find and download all pictures from a web page

Image Downloader Plus là gì?

Image Downloader Plus là một tiện ích mở rộng Chrome được phát triển bởi Amari Jast, và tính năng chính của nó là "Find and download all pictures from a web page".

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

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

                        With Image Downloader Plus, you can download all images from the page in one click. It's a time saver if you need to download images regularly.

The features:
⭐ Filter by image size: helps you remove clutter and get only high-resolution images.
⭐ Download a single image or all the images.
⭐ Supports multiple formats e.g. PNG, JPEG and WEBM                    

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

Tên Image Downloader Plus Image Downloader Plus
ID aeclplbmglgjpfaikihdlkjhgegehbbf
URL Chính Thức https://chrome.google.com/webstore/detail/image-downloader-plus/aeclplbmglgjpfaikihdlkjhgegehbbf
Mô tả Find and download all pictures from a web page
Kích Thước Tệp 786 KB
Số Lần Cài Đặt 100,000
Phiên Bản Hiện Tại 2.5.7
Cập Nhật Lần Cuối 2021-09-15
Ngày Phát Hành 2021-05-08
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Amari Jast
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.notion.so/Image-Downloader-Plus-Privacy-policy-fd6e9a8036fa4adea1f3ed07a45502a3
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "128": "icon-128.png",
        "48": "icon-48.png",
        "16": "icon-16.png"
    },
    "description": "__MSG_appDesc__",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "permissions": [
        "downloads",
        ""
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "version": "2.5.7",
    "default_locale": "en",
    "web_accessible_resources": [
        "*"
    ]
}