Down all images!
Downloads all images on the current website to your computer.
Τι είναι το Down all images!;
Το Down all images! είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Kevin Roos, και η κύρια λειτουργία του είναι "Downloads all images on the current website to your computer.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Down all images!
Λήψη αρχείων επέκτασης Down all images! σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
✔ 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!
Βασικές Πληροφορίες Επέκτασης
Όνομα | Down all images! |
ID | hhmmkooabfefibpnhfbblbajfccfoilp |
Επίσημο URL | https://chromewebstore.google.com/detail/down-all-images/hhmmkooabfefibpnhfbblbajfccfoilp |
Περιγραφή | Downloads all images on the current website to your computer. |
Μέγεθος Αρχείου | 68.36 KB |
Αριθμός Εγκαταστάσεων | 484 |
Τρέχουσα Έκδοση | 1.0.0 |
Τελευταία Ενημέρωση | 2015-04-23 |
Ημερομηνία Δημοσίευσης | 2015-04-22 |
Αξιολόγηση | 2.67/5 Συνολικά 6 Αξιολογήσεις |
Προγραμματιστής | Kevin Roos |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/Rookev/ImageDownloader |
Υποστηριζόμενες Γλώσσες | 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:\/\/*\/" ] } |