Image Downloader

Download images from websites with filtration.

Image Downloader là gì?

Image Downloader là một tiện ích mở rộng Chrome được phát triển bởi sadirjaparov75, và tính năng chính của nó là "Download images from websites with filtration.".

Ả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

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

                        We have a great extension for you that can make it easier for you to spend your time uploading images. This is Image Downloader. It makes bulk uploading of images more convenient. Moreover, you can do it with the help of one click. Your images will be very bright and clear. The extension is lightweight and has a user-friendly interface. You can also specify a minimum or maximum width for the images you want to upload. Image Downloader is completely free and we are sure you will love it.                    

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

Tên Image Downloader Image Downloader
ID jbkdpgdfhmgejckbhpmjmipcojfgjdao
URL Chính Thức https://chrome.google.com/webstore/detail/image-downloader/jbkdpgdfhmgejckbhpmjmipcojfgjdao
Mô tả Download images from websites with filtration.
Kích Thước Tệp 54.55 KB
Số Lần Cài Đặt 7,000
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2021-10-04
Ngày Phát Hành 2021-01-26
Đánh Giá 4.00/5 Tổng số 14 Đánh Giá
Nhà Phát Triển sadirjaparov75
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,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",
    "manifest_version": 2,
    "name": "Image Downloader",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "version": "1.2",
    "background": {
        "scripts": [
            "scripts\/bkg\/initLab.js",
            "scripts\/bkg\/codexLab.js",
            "scripts\/chrome.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/parser.js",
                "scripts\/content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "browser_action": {
        "default_icon": "media\/logo.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "",
        "downloads",
        "storage"
    ],
    "icons": {
        "128": "media\/logo.png"
    }
}