SVG Gobbler

Find, optimize, organize, edit, and export your SVGs

SVG Gobbler क्या है?

SVG Gobbler https://svggobbler.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find, optimize, organize, edit, and export your SVGs"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        SVG Gobbler is a browser extension that finds the SVG content in your current tab and lets you optimize, download, copy, edit, or export.

Find SVGs
- Quickly find SVGs from a site by various placement methods like base64 or image source
- Handle CORs restricted SVGs from a page
- Find individual sprite SVG instances

Export SVGs
- Export as SVG, PNG, WEBP, JPEG and various other formats
- Transform SVGs into minified Data URIs
- Transform SVGs into React components with SVGR
- Optimize and minify SVGs with SVGO

Organize SVGs
- Group and categorize SVGs by their primary domain or custom collection name
- Move, copy, duplicate, and optimize icons before sharing
- Save and store a set of uploaded SVGs for optimization                    

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

नाम SVG Gobbler SVG Gobbler
ID mpbmflcodadhgafbbakjeahpandgcbch
आधिकारिक URL https://chromewebstore.google.com/detail/svg-gobbler/mpbmflcodadhgafbbakjeahpandgcbch
विवरण Find, optimize, organize, edit, and export your SVGs
फ़ाइल का आकार 999 KB
स्थापना संख्या 34,374
वर्तमान संस्करण 5.6.0
अंतिम अपडेट 2024-02-29
प्रकाशन तिथि 2020-07-02
रेटिंग 4.53/5 कुल 53 रेटिंग्स
डेवलपर https://svggobbler.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/rossmoody/svg-gobbler
सहायता पृष्ठ URL https://github.com/rossmoody/svg-gobbler
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_title": "SVG Gobbler"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+G"
            }
        }
    },
    "description": "Find, optimize, organize, edit, and export your SVGs",
    "homepage_url": "https:\/\/svggobbler.com",
    "host_permissions": [
        "https:\/\/us-west2-svg-gobbler.cloudfunctions.net\/svg-gobbler-svgr"
    ],
    "icons": {
        "16": "assets\/prod\/16.png",
        "32": "assets\/prod\/32.png",
        "48": "assets\/prod\/48.png",
        "128": "assets\/prod\/128.png",
        "256": "assets\/prod\/256.png"
    },
    "manifest_version": 3,
    "name": "SVG Gobbler",
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "version": "5.6.0",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/dev\/**\/*.png",
                "assets\/prod\/**\/*.png"
            ],
            "use_dynamic_url": false
        }
    ]
}