Save to Downloads
An easy way to save images to the Downloads folder.
Was ist Save to Downloads?
Save to Downloads ist eine Chrome-Erweiterung, die von Arhey entwickelt wurde, und ihr Hauptmerkmal ist "An easy way to save images to the Downloads folder.".
Erweiterungsscreenshots
Save to Downloads-Erweiterungs-CRX-Datei herunterladen
Laden Sie Save 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
It simply adds new option to the context menu, which allows you to save images directly to the Downloads folder.
Grundlegende Informationen zur Erweiterung
Name | |
ID | ifpepkjeinhcffiikcoiohobillelmha |
Offizielle URL | https://chromewebstore.google.com/detail/save-to-downloads/ifpepkjeinhcffiikcoiohobillelmha |
Beschreibung | An easy way to save images to the Downloads folder. |
Dateigröße | 6.58 KB |
Installationsanzahl | 227 |
Aktuelle Version | 0.1.2 |
Letztes Update | 2019-09-27 |
Veröffentlichungsdatum | 2019-09-26 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Arhey |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/freearhey/save-to-downloads |
Hilfeseite URL | https://github.com/freearhey/save-to-downloads/issues |
Unterstützte Sprachen | 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" ] } } |