Save image to Downloads
Adds a right click to context menu for directly saving images to downloads (Chrome's default download location) folder.
What is Save image to Downloads?
Save image to Downloads is a Chrome extension developed by Utku Okutan, and its main feature is "Adds a right click to context menu for directly saving images to downloads (Chrome's default download location) folder.".
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
Adds a right click to context menu for directly saving images to downloads (Chrome's default download location) folder on Mac.
Extension Basic Information
Name | |
ID | mjkfciknjknelakaojcjmenfmfjldabb |
Official URL | https://chrome.google.com/webstore/detail/save-image-to-downloads/mjkfciknjknelakaojcjmenfmfjldabb |
Description | Adds a right click to context menu for directly saving images to downloads (Chrome's default download location) folder. |
File Size | 6.89 KB |
Installation Count | 250 |
Current Version | 1.0 |
Last Updated | 2019-10-20 |
Publish Date | 2019-10-20 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Utku Okutan |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Save image to Downloads", "description": "Adds a right click to context menu for directly saving images to downloads (Chrome's default download location) folder.", "version": "1.0", "permissions": [ "contextMenus", "downloads" ], "background": { "persistent": false, "scripts": [ "main.js" ] }, "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" } } |