Save Image to Downloads

Adds a right-click direct download item for images, like Safari.

Was ist Save Image to Downloads?

Save Image to Downloads ist eine Chrome-Erweiterung, die von Urban Apps entwickelt wurde, und ihr Hauptmerkmal ist "Adds a right-click direct download item for images, like Safari.".

Erweiterungsscreenshots

screenshot

Save Image to Downloads-Erweiterungs-CRX-Datei herunterladen

Laden Sie Save Image to Downloads-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Save Image to Downloads Save Image to Downloads
ID enjefpkmlibebgbbgidmhpmjhcdffhfm
Offizielle URL https://chromewebstore.google.com/detail/save-image-to-downloads/enjefpkmlibebgbbgidmhpmjhcdffhfm
Beschreibung Adds a right-click direct download item for images, like Safari.
Dateigröße 21.46 KB
Installationsanzahl 27,101
Aktuelle Version 1.0.5
Letztes Update 2014-08-04
Veröffentlichungsdatum 2014-08-04
Bewertung 3.73/5 Insgesamt 238 Bewertungen
Entwickler Urban Apps
Zahlungsart free
Erweiterungswebsite http://matt.coneybeare.me/save-image-to-downloads-chrome-extension/
Unterstützte Sprachen 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"
        ]
    }
}