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 là gì?

SVGOMG là một tiện ích mở rộng Chrome được phát triển bởi Tu Tran, và tính năng chính của nó là "Use instantly SVGOMG (Web GUI for SVGO which is an Node.js-based tool for optimizing SVG files) right on the browser toolbar.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng SVGOMG

Tải xuống các tệp mở rộng SVGOMG dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SVGOMG SVGOMG
ID lalnbaaeaipofapafgocoakbhlpbnocl
URL Chính Thức https://chromewebstore.google.com/detail/svgomg/lalnbaaeaipofapafgocoakbhlpbnocl
Mô tả Use instantly SVGOMG (Web GUI for SVGO which is an Node.js-based tool for optimizing SVG files) right on the browser toolbar.
Kích Thước Tệp 289 KB
Số Lần Cài Đặt 1,549
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2021-04-07
Ngày Phát Hành 2021-04-06
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Tu Tran
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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';"
}