Image Magic
Swiss Army Knife of Image Manipulation (Resize, crop, flip, rotate, or remove background color)
Τι είναι το Image Magic;
Το Image Magic είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον chandler.stimson, και η κύρια λειτουργία του είναι "Swiss Army Knife of Image Manipulation (Resize, crop, flip, rotate, or remove background color)".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Image Magic
Λήψη αρχείων επέκτασης Image Magic σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
The "Image Magic" provides a set of tools to convert images offline without any native image editor required. This tool can read and manipulate almost all known image types, even if your browser cannot render the image. It uses the "ImageMagic" command-line tool internally for all conversions. Features: 1. Resize all images in bulk (This function accepts units in pixel and percent) 2. Crop an image with an optional offset from the top left side of the canvas. 3. Fip and image (vertical, horizontal, transpose, and transverse) 4. Rotate and image at an arbitrary angle. 5. Resize the image's canvas. You can optionally apply a solid color to the canvas as well 6. Convert a color to a transparent layer. 7. Save the images as grayscale. 8. Save in most known image formats (PNG, JPEG, TIFF, BMP, ...) or even in PDF format. 9. Resample the image to 1200, or 600 DPI 10. Change image density How to Use: Drag and drop single or multiple image files to the extension's interface. Select one or more operations and press the "Convert" button. The extension starts converting images one by one and saves the output in the default download directory of your browser. About the internal "ImageMagic" JavaScript library: ImageMagick is a free and open-source cross-platform library for displaying, creating, converting, modifying, and editing raster images. Created in 1987 by John Cristy, it can read and write over 200 image file formats. It and its components are widely used in open-source applications.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Image Magic |
ID | pbdhabbdegnnjpdghecnibbeeicglfkc |
Επίσημο URL | https://chromewebstore.google.com/detail/image-magic/pbdhabbdegnnjpdghecnibbeeicglfkc |
Περιγραφή | Swiss Army Knife of Image Manipulation (Resize, crop, flip, rotate, or remove background color) |
Μέγεθος Αρχείου | 1.42 MB |
Αριθμός Εγκαταστάσεων | 848 |
Τρέχουσα Έκδοση | 0.2.0 |
Τελευταία Ενημέρωση | 2022-02-21 |
Ημερομηνία Δημοσίευσης | 2020-04-26 |
Αξιολόγηση | 2.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | chandler.stimson |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://add0n.com/image-resizer.html |
Διεύθυνση URL της Σελίδας Βοήθειας | https://add0n.com/image-resizer.html |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "0.2.0", "name": "Image Magic", "description": "Swiss Army Knife of Image Manipulation (Resize, crop, flip, rotate, or remove background color)", "permissions": [ "storage" ], "homepage_url": "https:\/\/add0n.com\/image-resizer.html", "background": { "service_worker": "worker.js" }, "icons": { "16": "data\/icons\/16.png", "19": "data\/icons\/19.png", "32": "data\/icons\/32.png", "38": "data\/icons\/38.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png", "256": "data\/icons\/256.png", "512": "data\/icons\/512.png" }, "action": [], "commands": { "_execute_action": { "description": "Press the action button" } }, "sandbox": { "pages": [ "\/data\/window\/magick\/sandbox.html" ] }, "content_security_policy": { "sandbox": "sandbox allow-scripts; script-src 'self' 'unsafe-eval'; worker-src blob:" } } |