SVGOMG

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

SVGOMG क्या है?

SVGOMG Tu Tran द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use instantly SVGOMG (Web GUI for SVGO which is an Node.js-based tool for optimizing SVG files) right on the browser toolbar."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SVGOMG एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम SVGOMG SVGOMG
ID lalnbaaeaipofapafgocoakbhlpbnocl
आधिकारिक URL https://chromewebstore.google.com/detail/svgomg/lalnbaaeaipofapafgocoakbhlpbnocl
विवरण Use instantly SVGOMG (Web GUI for SVGO which is an Node.js-based tool for optimizing SVG files) right on the browser toolbar.
फ़ाइल का आकार 289 KB
स्थापना संख्या 1,549
वर्तमान संस्करण 0.0.1
अंतिम अपडेट 2021-04-07
प्रकाशन तिथि 2021-04-06
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर Tu Tran
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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';"
}