Down all images!
Downloads all images on the current website to your computer.
Cos'è Down all images!?
Down all images! è un'estensione di Chrome sviluppata da Kevin Roos, e la sua funzione principale è "Downloads all images on the current website to your computer.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Down all images!
Scarica i file di estensione Down all images! 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
                        ✔ Displays the number of images on the current website
✔ Downloads all of them with one click to a ZIP folder
If you're interested in how the program works internally, check it out on GitHub (click on "Website" below this description):
https://github.com/Rookev/ImageDownloader
Have fun, rate this extension and let me know your feedback!                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | hhmmkooabfefibpnhfbblbajfccfoilp | 
| URL Ufficiale | https://chromewebstore.google.com/detail/down-all-images/hhmmkooabfefibpnhfbblbajfccfoilp | 
| Descrizione | Downloads all images on the current website to your computer. | 
| Dimensione del File | 68.36 KB | 
| Conteggio Installazioni | 484 | 
| Versione Corrente | 1.0.0 | 
| Ultimo Aggiornamento | 2015-04-23 | 
| Data di Pubblicazione | 2015-04-22 | 
| Valutazione | 2.67/5 Totale 6 Valutazioni | 
| Sviluppatore | Kevin Roos | 
| Tipo di Pagamento | free | 
| Sito Web dell'Estensione | https://github.com/Rookev/ImageDownloader | 
| Lingue Supportate | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Down all images!",
    "description": "Downloads all images on the current website to your computer.",
    "version": "1.0.0",
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html",
        "default_title": "Down all images!"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}  |  |