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开发的Chrome扩展程序,该扩展的主要功能是“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

下载SVGOMG扩展crx文件

下载SVGOMG扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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';"
}