SVG Gobbler

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

SVG Gobbler란 무엇입니까?

SVG Gobbler은(는) https://svggobbler.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find, optimize, organize, edit, and export your SVGs"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

SVG Gobbler 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
        }
    ]
}