SVG Gobbler
Find, optimize, organize, edit, and export your SVGs
Qu'est-ce que SVG Gobbler ?
SVG Gobbler est une extension Chrome développée par https://svggobbler.com, et sa fonction principale est "Find, optimize, organize, edit, and export your SVGs".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension SVG Gobbler
Téléchargez les fichiers d'extension SVG Gobbler au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | SVG Gobbler |
ID | mpbmflcodadhgafbbakjeahpandgcbch |
URL Officiel | https://chromewebstore.google.com/detail/svg-gobbler/mpbmflcodadhgafbbakjeahpandgcbch |
Description | Find, optimize, organize, edit, and export your SVGs |
Taille du Fichier | 999 KB |
Nombre d'Installations | 34,374 |
Version Actuelle | 5.6.0 |
Dernière Mise à Jour | 2024-02-29 |
Date de Publication | 2020-07-02 |
Évaluation | 4.53/5 Total 53 Évaluations |
Développeur | https://svggobbler.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/rossmoody/svg-gobbler |
URL de la Page d'Aide | https://github.com/rossmoody/svg-gobbler |
Langues Prises en Charge | 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": [ " |