Google Image Downloader
This extension lets you directly download google images.
Cos'è Google Image Downloader?
Google Image Downloader è un'estensione di Chrome sviluppata da Thejus Kayanadath, e la sua funzione principale è "This extension lets you directly download google images.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Google Image Downloader
Scarica i file di estensione Google Image Downloader 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
Press the 'Download Image' button and it saves the image directly to your Downloads folder. Simple.
Informazioni di Base sull'Estensione
Nome | |
ID | nfagjnjnmknppbpbeecillkcedghidcd |
URL Ufficiale | https://chrome.google.com/webstore/detail/google-image-downloader/nfagjnjnmknppbpbeecillkcedghidcd |
Descrizione | This extension lets you directly download google images. |
Dimensione del File | 6.87 KB |
Conteggio Installazioni | 621 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2017-11-24 |
Data di Pubblicazione | 2017-11-24 |
Valutazione | 1.91/5 Totale 11 Valutazioni |
Sviluppatore | Thejus Kayanadath |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Google Image Downloader", "description": "This extension lets you directly download google images.", "version": "0.0.1", "icons": { "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/*\/search?*tbm=isch*", "http:\/\/*\/search?*tbm=isch*" ] } ] } |