IMAGE DOWNLOADER
Browse and download images on a web page.
什么是IMAGE DOWNLOADER?
IMAGE DOWNLOADER是由htaigen开发的Chrome扩展程序,该扩展的主要功能是“Browse and download images on a web page.”。
扩展截图
下载IMAGE DOWNLOADER扩展crx文件
下载IMAGE DOWNLOADER扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
IMAGE DOWNLOADER See images that the page contains and links to Filter them by width, height, and URL; supports wildcard and regex Optionally show only images from links Select images to download by clicking on the image Use dedicated buttons to download or open individual images in new tabs Customize image display width, columns, border size, and color Hide filters, buttons and notifications you don't need
扩展基本信息
名称 | IMAGE DOWNLOADER |
ID | leakgmkipjfnmnacgakpggmilnhlmbcg |
官方URL | https://chromewebstore.google.com/detail/image-downloader/leakgmkipjfnmnacgakpggmilnhlmbcg |
简介 | Browse and download images on a web page. |
文件大小 | 883 KB |
安装次数 | 2,521 |
当前版本 | 2.4.0 |
更新时间 | 2021-06-27 |
上架时间 | 2019-12-11 |
评分 | 4.08/5 共12次评分 |
开发者 | htaigen |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://hatai.github.io/image-downloader/ |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IMAGE DOWNLOADER", "short_name": "IMG DOWNLOADER", "description": "Browse and download images on a web page.", "version": "2.4.0", "minimum_chrome_version": "60", "manifest_version": 2, "author": "hatai", "permissions": [ "activeTab", "downloads", "storage" ], "browser_action": { "default_icon": "\/icons\/icon_128.png", "default_popup": "index.html" }, "icons": { "16": "\/icons\/icon_16.png", "48": "\/icons\/icon_48.png", "128": "\/icons\/icon_128.png" }, "web_accessible_resources": [ "\/images\/open.png", "\/images\/download.png" ], "background": { "scripts": [ "\/scripts\/background.js" ], "persistent": false } } |