IMAGE DOWNLOADER
Browse and download images on a web page.
Τι είναι το IMAGE DOWNLOADER;
Το IMAGE DOWNLOADER είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον htaigen, και η κύρια λειτουργία του είναι "Browse and download images on a web page.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης IMAGE DOWNLOADER
Λήψη αρχείων επέκτασης IMAGE DOWNLOADER σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
IMAGE DOWNLOADER See images that the page contains and links to Filter them by width, height, and URL; supports wildcard and regex Optionally show only images from links Select images to download by clicking on the image Use dedicated buttons to download or open individual images in new tabs Customize image display width, columns, border size, and color Hide filters, buttons and notifications you don't need
Βασικές Πληροφορίες Επέκτασης
Όνομα | IMAGE DOWNLOADER |
ID | leakgmkipjfnmnacgakpggmilnhlmbcg |
Επίσημο URL | https://chromewebstore.google.com/detail/image-downloader/leakgmkipjfnmnacgakpggmilnhlmbcg |
Περιγραφή | Browse and download images on a web page. |
Μέγεθος Αρχείου | 883 KB |
Αριθμός Εγκαταστάσεων | 2,521 |
Τρέχουσα Έκδοση | 2.4.0 |
Τελευταία Ενημέρωση | 2021-06-27 |
Ημερομηνία Δημοσίευσης | 2019-12-11 |
Αξιολόγηση | 4.08/5 Συνολικά 12 Αξιολογήσεις |
Προγραμματιστής | htaigen |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://hatai.github.io/image-downloader/ |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IMAGE DOWNLOADER", "short_name": "IMG DOWNLOADER", "description": "Browse and download images on a web page.", "version": "2.4.0", "minimum_chrome_version": "60", "manifest_version": 2, "author": "hatai", "permissions": [ "activeTab", "downloads", "storage" ], "browser_action": { "default_icon": "\/icons\/icon_128.png", "default_popup": "index.html" }, "icons": { "16": "\/icons\/icon_16.png", "48": "\/icons\/icon_48.png", "128": "\/icons\/icon_128.png" }, "web_accessible_resources": [ "\/images\/open.png", "\/images\/download.png" ], "background": { "scripts": [ "\/scripts\/background.js" ], "persistent": false } } |