Image Downloader
Easily save all images in a website to a zip file with just one click!
什么是Image Downloader?
Image Downloader是由Muyor开发的Chrome扩展程序,该扩展的主要功能是“Easily save all images in a website to a zip file with just one click!”。
扩展截图
下载Image Downloader扩展crx文件
下载Image Downloader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Image Downloader is an extension that lets you easily find and download all images on a website to a single ZIP file. Simply click on the toolbar button to open the app interface (in a new tab). Within the interface, you can see the list of fetched images for the current tab. To open the UI in the toolbar popup, please right click on the toolbar button and then mark the - Open in popup - checkbox. On the left side, you can see the list of available options. To download images to your computer, please select an image(s) and then click on the download button on the top-left corner. Please note that the download location is the default location in your browser. Moreover, for each step, a desktop notification will show up containing information about the current state. If you have a bug report or a feature request, please fill the bug report form on the add-on's homepage (https://mybrowseraddon.com/download-all-images.html).
扩展基本信息
名称 | Image Downloader |
ID | lmdifomaeaafacegacimkkdgkhikbpnb |
官方URL | https://chromewebstore.google.com/detail/image-downloader/lmdifomaeaafacegacimkkdgkhikbpnb |
简介 | Easily save all images in a website to a zip file with just one click! |
文件大小 | 125 KB |
安装次数 | 2,104 |
当前版本 | 0.1.5 |
更新时间 | 2023-07-30 |
上架时间 | 2018-09-24 |
评分 | 2.75/5 共4次评分 |
开发者 | Muyor |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://mybrowseraddon.com/download-all-images.html |
帮助页面URL | https://mybrowseraddon.com/download-all-images.html |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.5", "manifest_version": 3, "offline_enabled": true, "name": "Image Downloader", "host_permissions": [ "*:\/\/*\/*" ], "homepage_url": "https:\/\/mybrowseraddon.com\/download-all-images.html", "description": "Easily save all images in a website to a zip file with just one click!", "commands": { "_execute_action": [] }, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "scripting", "contextMenus", "notifications" ], "action": { "default_title": "Image Downloader", "default_icon": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" } }, "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" } } |