Save Image to Downloads
Save images to the Download folder without the nagging 'Save As' dialog.
Cos'è Save Image to Downloads?
Save Image to Downloads è un'estensione di Chrome sviluppata da posidron, e la sua funzione principale è "Save images to the Download folder without the nagging 'Save As' dialog.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Save Image to Downloads
Scarica i file di estensione Save Image to Downloads in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | bpgoliohmhlcfconjgecnkobjengecpk |
URL Ufficiale | https://chrome.google.com/webstore/detail/save-image-to-downloads/bpgoliohmhlcfconjgecnkobjengecpk |
Descrizione | Save images to the Download folder without the nagging 'Save As' dialog. |
Dimensione del File | 21.79 KB |
Conteggio Installazioni | 94 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2020-02-12 |
Data di Pubblicazione | 2020-02-12 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | posidron |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |