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'est-ce que SVGOMG ?

SVGOMG est une extension Chrome développée par Tu Tran, et sa fonction principale est "Use instantly SVGOMG (Web GUI for SVGO which is an Node.js-based tool for optimizing SVG files) right on the browser toolbar.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension SVGOMG

Téléchargez les fichiers d'extension SVGOMG au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom SVGOMG SVGOMG
ID lalnbaaeaipofapafgocoakbhlpbnocl
URL Officiel https://chromewebstore.google.com/detail/svgomg/lalnbaaeaipofapafgocoakbhlpbnocl
Description Use instantly SVGOMG (Web GUI for SVGO which is an Node.js-based tool for optimizing SVG files) right on the browser toolbar.
Taille du Fichier 289 KB
Nombre d'Installations 1,549
Version Actuelle 0.0.1
Dernière Mise à Jour 2021-04-07
Date de Publication 2021-04-06
Évaluation 5.00/5 Total 2 Évaluations
Développeur Tu Tran
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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';"
}