Image Grabber

Download images in bulk without clutter

Image Grabber là gì?

Image Grabber là một tiện ích mở rộng Chrome được phát triển bởi Christian Clarke, và tính năng chính của nó là "Download images in bulk without clutter".

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

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

                        Need to download all images from the page?
Image Grabber will do it. And filters out clutter -- just specify minimum image size.

What addon can do:
✔️ Download all images on the page
✔️ Filter out by size
✔️ Proper file name
✔️ Supports all web media formats                    

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

Tên Image Grabber Image Grabber
ID codgffmjmmfaihkhhcfifbfooeoepgfm
URL Chính Thức https://chrome.google.com/webstore/detail/image-grabber/codgffmjmmfaihkhhcfifbfooeoepgfm
Mô tả Download images in bulk without clutter
Kích Thước Tệp 1.12 MB
Số Lần Cài Đặt 300,000
Phiên Bản Hiện Tại 0.16
Cập Nhật Lần Cuối 2021-02-01
Ngày Phát Hành 2021-02-01
Đánh Giá 1.63/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Christian Clarke
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.notion.so/Privacy-policy-Image-Grabber-813651327d384fab9c1160aa1cfe5e02
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": false
    },
    "content_security_policy": "script-src 'self' https:\/\/*.google-analytics.com https:\/\/*.googleapis.com https:\/\/www.googletagmanager.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "js": [
                "lib\/jquery\/jquery-3.4.1.js",
                "content.js",
                "img_count.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",
        ""
    ],
    "version": "0.16",
    "default_locale": "en",
    "web_accessible_resources": [
        "*"
    ]
}