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”。
扩展截图
下载SVG Gobbler扩展crx文件
下载SVG Gobbler扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
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": [ " |