SVGOMG
Use instantly SVGOMG (Web GUI for SVGO which is an Node.js-based tool for optimizing SVG files) right on the browser toolbar.
Was ist SVGOMG?
SVGOMG ist eine Chrome-Erweiterung, die von Tu Tran entwickelt wurde, und ihr Hauptmerkmal ist "Use instantly SVGOMG (Web GUI for SVGO which is an Node.js-based tool for optimizing SVG files) right on the browser toolbar.".
Erweiterungsscreenshots
SVGOMG-Erweiterungs-CRX-Datei herunterladen
Laden Sie SVGOMG-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | SVGOMG |
ID | lalnbaaeaipofapafgocoakbhlpbnocl |
Offizielle URL | https://chromewebstore.google.com/detail/svgomg/lalnbaaeaipofapafgocoakbhlpbnocl |
Beschreibung | Use instantly SVGOMG (Web GUI for SVGO which is an Node.js-based tool for optimizing SVG files) right on the browser toolbar. |
Dateigröße | 289 KB |
Installationsanzahl | 1,549 |
Aktuelle Version | 0.0.1 |
Letztes Update | 2021-04-07 |
Veröffentlichungsdatum | 2021-04-06 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | Tu Tran |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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';" } |