Image Downloader
Easily save all images in a website to a zip file with just one click!
Τι είναι το Image Downloader;
Το Image Downloader είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Muyor, και η κύρια λειτουργία του είναι "Easily save all images in a website to a zip file with just one click!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Image Downloader
Λήψη αρχείων επέκτασης Image Downloader σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Image Downloader is an extension that lets you easily find and download all images on a website to a single ZIP file. Simply click on the toolbar button to open the app interface (in a new tab). Within the interface, you can see the list of fetched images for the current tab. To open the UI in the toolbar popup, please right click on the toolbar button and then mark the - Open in popup - checkbox. On the left side, you can see the list of available options. To download images to your computer, please select an image(s) and then click on the download button on the top-left corner. Please note that the download location is the default location in your browser. Moreover, for each step, a desktop notification will show up containing information about the current state. If you have a bug report or a feature request, please fill the bug report form on the add-on's homepage (https://mybrowseraddon.com/download-all-images.html).
Βασικές Πληροφορίες Επέκτασης
Όνομα | Image Downloader |
ID | lmdifomaeaafacegacimkkdgkhikbpnb |
Επίσημο URL | https://chromewebstore.google.com/detail/image-downloader/lmdifomaeaafacegacimkkdgkhikbpnb |
Περιγραφή | Easily save all images in a website to a zip file with just one click! |
Μέγεθος Αρχείου | 125 KB |
Αριθμός Εγκαταστάσεων | 2,104 |
Τρέχουσα Έκδοση | 0.1.5 |
Τελευταία Ενημέρωση | 2023-07-30 |
Ημερομηνία Δημοσίευσης | 2018-09-24 |
Αξιολόγηση | 2.75/5 Συνολικά 4 Αξιολογήσεις |
Προγραμματιστής | Muyor |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://mybrowseraddon.com/download-all-images.html |
Διεύθυνση URL της Σελίδας Βοήθειας | https://mybrowseraddon.com/download-all-images.html |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.5", "manifest_version": 3, "offline_enabled": true, "name": "Image Downloader", "host_permissions": [ "*:\/\/*\/*" ], "homepage_url": "https:\/\/mybrowseraddon.com\/download-all-images.html", "description": "Easily save all images in a website to a zip file with just one click!", "commands": { "_execute_action": [] }, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "scripting", "contextMenus", "notifications" ], "action": { "default_title": "Image Downloader", "default_icon": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" } }, "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" } } |