Image Downloader

Browse and download images from websites using Image Downloader.

Image Downloader là gì?

Image Downloader là một tiện ích mở rộng Chrome được phát triển bởi FREE APPS, và tính năng chính của nó là "Browse and download images from websites using Image Downloader.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
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

                        Image Downloader can browse, find and download images from any web pages. All picture gallery from the website are displayed in extension. Fast photo downloader one click.

For downloading click to the icon of extension on current website. It will display all photos on web page. Click on the green arrow and the image will be saved to hard disk.

You can download photos from Instagram, Facebook and more popular webs. Support formats are JPG, PNG, GIF, JPEG.                    

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

Tên Image Downloader Image Downloader
ID famigmidcdlbjhapgalgnebdfbgcleko
URL Chính Thức https://chrome.google.com/webstore/detail/image-downloader/famigmidcdlbjhapgalgnebdfbgcleko
Mô tả Browse and download images from websites using Image Downloader.
Kích Thước Tệp 110 KB
Số Lần Cài Đặt 421
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2020-11-23
Ngày Phát Hành 2020-11-23
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển FREE APPS
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.smart-finder.net/privacy.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0",
    "name": "Image Downloader",
    "description": "Browse and download images from websites using Image Downloader.",
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/ico_19.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "icons": {
        "128": "img\/ico_128.png",
        "16": "img\/ico_16.png",
        "48": "img\/ico_48.png"
    },
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "",
        "downloads"
    ]
}