Down all images!

Downloads all images on the current website to your computer.

Qu'est-ce que Down all images! ?

Down all images! est une extension Chrome développée par Kevin Roos, et sa fonction principale est "Downloads all images on the current website to your computer.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Down all images!

Téléchargez les fichiers d'extension Down all images! au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        ✔ 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!                    

Informations de Base sur l'Extension

Nom Down all images! Down all images!
ID hhmmkooabfefibpnhfbblbajfccfoilp
URL Officiel https://chromewebstore.google.com/detail/down-all-images/hhmmkooabfefibpnhfbblbajfccfoilp
Description Downloads all images on the current website to your computer.
Taille du Fichier 68.36 KB
Nombre d'Installations 484
Version Actuelle 1.0.0
Dernière Mise à Jour 2015-04-23
Date de Publication 2015-04-22
Évaluation 2.67/5 Total 6 Évaluations
Développeur Kevin Roos
Type de Paiement free
Site Web de l'Extension https://github.com/Rookev/ImageDownloader
Langues Prises en Charge 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:\/\/*\/"
    ]
}