Bulk Image Resizer
Resize one image into many smaller different sizes.
Τι είναι το Bulk Image Resizer;
Το Bulk Image Resizer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον KintariosDeveloper, και η κύρια λειτουργία του είναι "Resize one image into many smaller different sizes.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Bulk Image Resizer
Λήψη αρχείων επέκτασης Bulk Image Resizer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
With just a few clicks, you can resize an image to any size you need. Simply select the image you want to resize, set the width and height in pixels, and download the resized files. Key Features: *Create and save size templates *Private & Secure *Can work offline *Fast & Reliable *Clear & Compact interface Resize any image, into any smaller size, at any time and in any amount. Privacy: Built using pure JavaScript and HTML, the extension ensures that everything remains private and that no data is sent to a cloud or third party. This makes it a secure and reliable option for anyone who needs to resize images regularly. Update Note v1.5: *Templates for setting standard sizes have been added. *The design of the extension has been improved *Several bugs and code issues have been fixed
Βασικές Πληροφορίες Επέκτασης
Όνομα | Bulk Image Resizer |
ID | igpegkngdlkphacigkapjdlopmmnleop |
Επίσημο URL | https://chromewebstore.google.com/detail/bulk-image-resizer/igpegkngdlkphacigkapjdlopmmnleop |
Περιγραφή | Resize one image into many smaller different sizes. |
Μέγεθος Αρχείου | 63.27 KB |
Αριθμός Εγκαταστάσεων | 33 |
Τρέχουσα Έκδοση | 1.5 |
Τελευταία Ενημέρωση | 2023-02-20 |
Ημερομηνία Δημοσίευσης | 2020-11-23 |
Προγραμματιστής | KintariosDeveloper |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Bulk Image Resizer", "version": "1.5", "description": "Resize one image into many smaller different sizes.", "action": { "default_icon": "p16x16.png", "default_popup": "Menu.html" }, "icons": { "16": "p16x16.png", "19": "p19x19.png", "38": "p38x38.png", "48": "p48x48.png", "128": "p128x128.png" }, "permissions": [ "storage" ] } |