Down all images!
Downloads all images on the current website to your computer.
什么是Down all images!?
Down all images!是由Kevin Roos开发的Chrome扩展程序,该扩展的主要功能是“Downloads all images on the current website to your computer.”。
扩展截图
下载Down all images!扩展crx文件
下载Down all images!扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
✔ Displays the number of images on the current website ✔ Downloads all of them with one click to a ZIP folder If you're interested in how the program works internally, check it out on GitHub (click on "Website" below this description): https://github.com/Rookev/ImageDownloader Have fun, rate this extension and let me know your feedback!
扩展基本信息
名称 | Down all images! |
ID | hhmmkooabfefibpnhfbblbajfccfoilp |
官方URL | https://chromewebstore.google.com/detail/down-all-images/hhmmkooabfefibpnhfbblbajfccfoilp |
简介 | Downloads all images on the current website to your computer. |
文件大小 | 68.36 KB |
安装次数 | 484 |
当前版本 | 1.0.0 |
更新时间 | 2015-04-23 |
上架时间 | 2015-04-22 |
评分 | 2.67/5 共6次评分 |
开发者 | Kevin Roos |
付费类型 | free |
扩展官网 | https://github.com/Rookev/ImageDownloader |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Down all images!", "description": "Downloads all images on the current website to your computer.", "version": "1.0.0", "browser_action": { "default_icon": "icon128.png", "default_popup": "popup.html", "default_title": "Down all images!" }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "activeTab", "http:\/\/*\/", "https:\/\/*\/" ] } |