Save image to Downloads
Adds a right click to context menu for directly saving images to downloads (Chrome's default download location) folder.
Was ist Save image to Downloads?
Save image to Downloads ist eine Chrome-Erweiterung, die von Utku Okutan entwickelt wurde, und ihr Hauptmerkmal ist "Adds a right click to context menu for directly saving images to downloads (Chrome's default download location) folder.".
Erweiterungsscreenshots
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
Adds a right click to context menu for directly saving images to downloads (Chrome's default download location) folder on Mac. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | mjkfciknjknelakaojcjmenfmfjldabb |
| Offizielle URL | https://chrome.google.com/webstore/detail/save-image-to-downloads/mjkfciknjknelakaojcjmenfmfjldabb |
| Beschreibung | Adds a right click to context menu for directly saving images to downloads (Chrome's default download location) folder. |
| Dateigröße | 6.89 KB |
| Installationsanzahl | 250 |
| Aktuelle Version | 1.0 |
| Letztes Update | 2019-10-20 |
| Veröffentlichungsdatum | 2019-10-20 |
| Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
| Entwickler | Utku Okutan |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
}
} | |