Image Downloader

Browse and download images from websites using Image Downloader.

什么是Image Downloader?

Image Downloader是由FREE APPS开发的Chrome扩展程序,该扩展的主要功能是“Browse and download images from websites using Image Downloader.”。

扩展截图

screenshot
screenshot

下载Image Downloader扩展crx文件

下载Image Downloader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Image Downloader Image Downloader
ID famigmidcdlbjhapgalgnebdfbgcleko
官方URL https://chrome.google.com/webstore/detail/image-downloader/famigmidcdlbjhapgalgnebdfbgcleko
简介 Browse and download images from websites using Image Downloader.
文件大小 110 KB
安装次数 421
当前版本 1.0.0
更新时间 2020-11-23
上架时间 2020-11-23
评分 3.67/5 共3次评分
开发者 FREE APPS
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://www.smart-finder.net/privacy.html
支持的语言 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"
    ]
}