Save to Downloads
An easy way to save images to the Downloads folder.
What is Save to Downloads?
Save to Downloads is a Chrome extension developed by Arhey, and its main feature is "An easy way to save images to the Downloads folder.".
Extension Screenshots
Download Save to Downloads Extension CRX File
Download Save 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
It simply adds new option to the context menu, which allows you to save images directly to the Downloads folder.
Extension Basic Information
Name | |
ID | ifpepkjeinhcffiikcoiohobillelmha |
Official URL | https://chromewebstore.google.com/detail/save-to-downloads/ifpepkjeinhcffiikcoiohobillelmha |
Description | An easy way to save images to the Downloads folder. |
File Size | 6.58 KB |
Installation Count | 227 |
Current Version | 0.1.2 |
Last Updated | 2019-09-27 |
Publish Date | 2019-09-26 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Arhey |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/freearhey/save-to-downloads |
Help Page URL | https://github.com/freearhey/save-to-downloads/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Save to Downloads", "version": "0.1.2", "description": "An easy way to save images to the Downloads folder.", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "downloads", "contextMenus" ], "background": { "scripts": [ "background.js" ] } } |