Save Image to Downloads
Adds a right-click direct download item for images, like Safari.
What is Save Image to Downloads?
Save Image to Downloads is a Chrome extension developed by Urban Apps, and its main feature is "Adds a right-click direct download item for images, like Safari.".
Extension Screenshots
Download Save Image to Downloads Extension CRX File
Download Save Image to Downloads extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Save Image to Downloads |
ID | enjefpkmlibebgbbgidmhpmjhcdffhfm |
Official URL | https://chromewebstore.google.com/detail/save-image-to-downloads/enjefpkmlibebgbbgidmhpmjhcdffhfm |
Description | Adds a right-click direct download item for images, like Safari. |
File Size | 21.46 KB |
Installation Count | 27,101 |
Current Version | 1.0.5 |
Last Updated | 2014-08-04 |
Publish Date | 2014-08-04 |
Rating | 3.73/5 Total 238 Ratings |
Developer | Urban Apps |
Payment Type | free |
Extension Website | http://matt.coneybeare.me/save-image-to-downloads-chrome-extension/ |
Supported Languages | 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" ] } } |