Image Downloader
Downlosad image in just a click.
什么是Image Downloader?
Image Downloader是由Anand Sudhanaboina开发的Chrome扩展程序,该扩展的主要功能是“Downlosad image in just a click.”。
扩展截图
下载Image Downloader扩展crx文件
下载Image Downloader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Download any image from google chrome in just one click. Note : If your are using incognito mode in chrome. You have to explicitly enable this extension to work with incognito mode in Settings->Extensions of your chrome.
扩展基本信息
名称 | |
ID | bopfjfpkjbnoohilihgfjahdkfhnjaig |
官方URL | https://chrome.google.com/webstore/detail/image-downloader/bopfjfpkjbnoohilihgfjahdkfhnjaig |
简介 | Downlosad image in just a click. |
文件大小 | 28.6 KB |
安装次数 | 3,486 |
当前版本 | 1.1.0 |
更新时间 | 2020-07-02 |
上架时间 | 2020-07-02 |
评分 | 3.71/5 共17次评分 |
开发者 | Anand Sudhanaboina |
电子邮箱 | [email protected] |
付费类型 | free |
帮助页面URL | https://github.com/anands/misc |
支持的语言 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Image Downloader", "short_name": "Image Downloader", "version": "1.1.0", "manifest_version": 2, "description": "Downlosad image in just a click.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "downloads", "contextMenus" ], "background": { "scripts": [ "background.js" ] } } |