SVGOMG

Use instantly SVGOMG (Web GUI for SVGO which is an Node.js-based tool for optimizing SVG files) right on the browser toolbar.

¿Qué es SVGOMG?

SVGOMG es una extensión de Chrome desarrollada por Tu Tran, y su función principal es "Use instantly SVGOMG (Web GUI for SVGO which is an Node.js-based tool for optimizing SVG files) right on the browser toolbar.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión SVGOMG

Descarga archivos de extensión SVGOMG 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

                        A Chrome extension version of SVGOMG, which is an amazing tool for optimizing SVG vector graphics files. It was developed based on the open-source:
https://github.com/jakearchibald/svgomg

*USAGE:
1. Click on the "Open SVG" or "Paste markup" button or drag an SVG file into the extension's popup.
2. Copy as text or Download.
3. Enjoy!
You can configure the options that you want on the "Global settings" box.

*NOTES:
After installing the extension, don't forget to pin the icon on the browser toolbar.                    

Información Básica de la Extensión

Nombre SVGOMG SVGOMG
ID lalnbaaeaipofapafgocoakbhlpbnocl
URL Oficial https://chromewebstore.google.com/detail/svgomg/lalnbaaeaipofapafgocoakbhlpbnocl
Descripción Use instantly SVGOMG (Web GUI for SVGO which is an Node.js-based tool for optimizing SVG files) right on the browser toolbar.
Tamaño del Archivo 289 KB
Cantidad de Instalaciones 1,549
Versión Actual 0.0.1
Última Actualización 2021-04-07
Fecha de Publicación 2021-04-06
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador Tu Tran
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SVGOMG",
    "description": "Use instantly SVGOMG (Web GUI for SVGO which is an Node.js-based tool for optimizing SVG files) right on the browser toolbar.",
    "version": "0.0.1",
    "browser_action": {
        "default_icon": {
            "16": "\/imgs\/16x16.png",
            "48": "\/imgs\/48x48.png",
            "128": "\/imgs\/128x128.png"
        },
        "default_popup": "index.html"
    },
    "icons": {
        "16": "\/imgs\/16x16.png",
        "48": "\/imgs\/48x48.png",
        "128": "\/imgs\/128x128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';"
}