Image Vectorizer (Convert to SVG)
Easily vectorize an image (convert to SVG) in your browser!
Τι είναι το Image Vectorizer (Convert to SVG);
Το Image Vectorizer (Convert to SVG) είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Keller, και η κύρια λειτουργία του είναι "Easily vectorize an image (convert to SVG) in your browser!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Image Vectorizer (Convert to SVG)
Λήψη αρχείων επέκτασης Image Vectorizer (Convert to SVG) σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Image Vectorizer is a browser extension that helps you vectorize any image. It accepts a wide variety of input images including ".png", ".jpg", ".bmp", and many more. Simply drag & drop an image in the addon (top-left corner of the interface) and then click on the - Convert to SVG - button at the bottom. The vectorized image will be rendered at the result box (top-right corner). You can also choose your desired serializing method from the drop-down list within the UI. The pre-set method is the - default - method. There are 15 other methods to choose from the list. There is also a - live preview - checkbox to make the vectorizing process on the fly. As you change any method, the result will be rendered in the top right section without pressing the convert button. Once a rasterizing process is done, the vectorized image will be displayed in the top-right corner with a download button attached to it. Click on this button to download the image to your machine. Please note that the download location is the default download folder in your browser. If you have a feature request or found a bug to report, please fill out the bug report form on the addon's homepage (https://mybrowseraddon.com/image-vectorizer.html).
Βασικές Πληροφορίες Επέκτασης
Όνομα | Image Vectorizer (Convert to SVG) |
ID | abcganhipmjnjcgpeipblkhbdnibeplh |
Επίσημο URL | https://chromewebstore.google.com/detail/image-vectorizer-convert/abcganhipmjnjcgpeipblkhbdnibeplh |
Περιγραφή | Easily vectorize an image (convert to SVG) in your browser! |
Μέγεθος Αρχείου | 60.36 KB |
Αριθμός Εγκαταστάσεων | 2,178 |
Τρέχουσα Έκδοση | 0.1.2 |
Τελευταία Ενημέρωση | 2022-02-03 |
Ημερομηνία Δημοσίευσης | 2020-02-12 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | Keller |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://mybrowseraddon.com/image-vectorizer.html |
Διεύθυνση URL της Σελίδας Βοήθειας | https://mybrowseraddon.com/image-vectorizer.html |
URL της Σελίδας Πολιτικής Απορρήτου | https://mybrowseraddon.com/privacy-policy/keller.html |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.2", "manifest_version": 3, "offline_enabled": true, "permissions": [ "storage" ], "short_name": "image-vectorizer", "name": "Image Vectorizer (Convert to SVG)", "homepage_url": "https:\/\/mybrowseraddon.com\/image-vectorizer.html", "description": "Easily vectorize an image (convert to SVG) in your browser!", "commands": { "_execute_action": [] }, "background": { "service_worker": "background.js" }, "action": { "default_title": "Image Vectorizer (Convert to SVG)", "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" } } |