Save Image to Downloads

Save images to the Download folder without the nagging 'Save As' dialog.

What is Save Image to Downloads?

Save Image to Downloads is a Chrome extension developed by posidron, and its main feature is "Save images to the Download folder without the nagging 'Save As' dialog.".

Extension Screenshots

screenshot
screenshot

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 Add-on works with plain links directing to an image file and if the image is served as a data URI. It also requires less and unnecessary privileges than other extensions of this kind.                    

Extension Basic Information

Name Save Image to Downloads Save Image to Downloads
ID bpgoliohmhlcfconjgecnkobjengecpk
Official URL https://chrome.google.com/webstore/detail/save-image-to-downloads/bpgoliohmhlcfconjgecnkobjengecpk
Description Save images to the Download folder without the nagging 'Save As' dialog.
File Size 21.79 KB
Installation Count 94
Current Version 1.0.1
Last Updated 2020-02-12
Publish Date 2020-02-12
Rating 5.00/5 Total 1 Ratings
Developer posidron
Email [email protected]
Payment Type free
Supported Languages de,en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.1",
    "default_locale": "en",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "author": "Christoph Diehl",
    "homepage_url": "https:\/\/github.com\/posidron",
    "background": {
        "scripts": [
            "save.js"
        ]
    },
    "permissions": [
        "activeTab",
        "downloads",
        "contextMenus",
        "tabs"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "96": "icons\/icon96.png",
        "128": "icons\/icon128.png"
    }
}