svg-preview

A simple svg preview & editor

svg-preview là gì?

svg-preview là một tiện ích mở rộng Chrome được phát triển bởi mp-front-core, và tính năng chính của nó là "A simple svg preview & editor".

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

screenshot

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

Tải xuống các tệp mở rộng svg-preview 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

                        Tool simple para hacer preview de svg, hacer pequeñas ediciones con el editor de texto y optimizar con svgo                    

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

Tên svg-preview svg-preview
ID obaafgnooialgalkphfchfccpnhnecdm
URL Chính Thức https://chromewebstore.google.com/detail/svg-preview/obaafgnooialgalkphfchfccpnhnecdm
Mô tả A simple svg preview & editor
Kích Thước Tệp 614 KB
Số Lần Cài Đặt 58
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2021-10-11
Ngày Phát Hành 2021-10-11
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển mp-front-core
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ es-419
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "svg-preview",
    "description": "A simple svg preview & editor",
    "version": "1.0.0",
    "manifest_version": 2,
    "icons": {
        "16": ".\/icon-16.png",
        "32": ".\/icon-32.png",
        "48": ".\/icon-48.png",
        "128": ".\/icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": ".\/icon-16.png",
            "32": ".\/icon-32.png",
            "48": ".\/icon-48.png",
            "128": ".\/icon-128.png"
        },
        "default_title": "svg preview & editor byWhish"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}