Save Image to Downloads
Adds a right-click direct download item for images, like Safari.
什么是Save Image to Downloads?
Save Image to Downloads是由Urban Apps开发的Chrome扩展程序,该扩展的主要功能是“Adds a right-click direct download item for images, like Safari.”。
扩展截图
下载Save Image to Downloads扩展crx文件
下载Save Image to Downloads扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This simple extension adds a "Save Image to Downloads" right-click menu item to download an image directly to the "Downloads" folder. This is to avoid the annoyance of having to choose the directory to download every time you want to save an image off the web. Safari has this built in, and it was the first thing I missed when making the switch to Chrome.
扩展基本信息
名称 | Save Image to Downloads |
ID | enjefpkmlibebgbbgidmhpmjhcdffhfm |
官方URL | https://chromewebstore.google.com/detail/save-image-to-downloads/enjefpkmlibebgbbgidmhpmjhcdffhfm |
简介 | Adds a right-click direct download item for images, like Safari. |
文件大小 | 21.46 KB |
安装次数 | 27,101 |
当前版本 | 1.0.5 |
更新时间 | 2014-08-04 |
上架时间 | 2014-08-04 |
评分 | 3.73/5 共238次评分 |
开发者 | Urban Apps |
付费类型 | free |
扩展官网 | http://matt.coneybeare.me/save-image-to-downloads-chrome-extension/ |
支持的语言 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Save Image to Downloads", "version": "1.0.5", "manifest_version": 2, "description": "Adds a right-click direct download item for images, like Safari.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "downloads", "contextMenus" ], "background": { "scripts": [ "save_to_downloads.js" ] } } |