Down all images!
Downloads all images on the current website to your computer.
Was ist Down all images!?
Down all images! ist eine Chrome-Erweiterung, die von Kevin Roos entwickelt wurde, und ihr Hauptmerkmal ist "Downloads all images on the current website to your computer.".
Erweiterungsscreenshots
Down all images!-Erweiterungs-CRX-Datei herunterladen
Laden Sie Down all images!-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
✔ 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!
Grundlegende Informationen zur Erweiterung
Name | Down all images! |
ID | hhmmkooabfefibpnhfbblbajfccfoilp |
Offizielle URL | https://chromewebstore.google.com/detail/down-all-images/hhmmkooabfefibpnhfbblbajfccfoilp |
Beschreibung | Downloads all images on the current website to your computer. |
Dateigröße | 68.36 KB |
Installationsanzahl | 484 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2015-04-23 |
Veröffentlichungsdatum | 2015-04-22 |
Bewertung | 2.67/5 Insgesamt 6 Bewertungen |
Entwickler | Kevin Roos |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/Rookev/ImageDownloader |
Unterstützte Sprachen | 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:\/\/*\/" ] } |