Save Image to Downloads
Save images to the Download folder without the nagging 'Save As' dialog.
Was ist Save Image to Downloads?
Save Image to Downloads ist eine Chrome-Erweiterung, die von posidron entwickelt wurde, und ihr Hauptmerkmal ist "Save images to the Download folder without the nagging 'Save As' dialog.".
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
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | bpgoliohmhlcfconjgecnkobjengecpk |
Offizielle URL | https://chrome.google.com/webstore/detail/save-image-to-downloads/bpgoliohmhlcfconjgecnkobjengecpk |
Beschreibung | Save images to the Download folder without the nagging 'Save As' dialog. |
Dateigröße | 21.79 KB |
Installationsanzahl | 94 |
Aktuelle Version | 1.0.1 |
Letztes Update | 2020-02-12 |
Veröffentlichungsdatum | 2020-02-12 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | posidron |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |