Image Vectorizer (Convert to SVG)

Easily vectorize an image (convert to SVG) in your browser!

¿Qué es Image Vectorizer (Convert to SVG)?

Image Vectorizer (Convert to SVG) es una extensión de Chrome desarrollada por Keller, y su función principal es "Easily vectorize an image (convert to SVG) in your browser!".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Image Vectorizer (Convert to SVG)

Descarga archivos de extensión Image Vectorizer (Convert to SVG) en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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).                    

Información Básica de la Extensión

Nombre Image Vectorizer (Convert to SVG) Image Vectorizer (Convert to SVG)
ID abcganhipmjnjcgpeipblkhbdnibeplh
URL Oficial https://chromewebstore.google.com/detail/image-vectorizer-convert/abcganhipmjnjcgpeipblkhbdnibeplh
Descripción Easily vectorize an image (convert to SVG) in your browser!
Tamaño del Archivo 60.36 KB
Cantidad de Instalaciones 2,178
Versión Actual 0.1.2
Última Actualización 2022-02-03
Fecha de Publicación 2020-02-12
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador Keller
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://mybrowseraddon.com/image-vectorizer.html
URL de la Página de Ayuda https://mybrowseraddon.com/image-vectorizer.html
URL de la Página de Política de Privacidad https://mybrowseraddon.com/privacy-policy/keller.html
Idiomas Soportados 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"
    }
}