SVG to Base64

Convert SVG to Base64.

SVG to Base64 là gì?

SVG to Base64 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à "Convert SVG to Base64.".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng SVG to Base64 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 simple tool to convert SVG to Base64. It was developed based on the open-source bellow and added the "browse file" feature.
https://github.com/yoksel/url-encoder/

*USAGE:
1. Insert SVG code or browse an SVG file.
2. Copy code and use.
3. Enjoy!
You can also place encoded SVG at the "Take encoded" field to decode it back.

*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 SVG to Base64 SVG to Base64
ID eelfklplkohmhhmlfciodaljeeijoelf
URL Chính Thức https://chromewebstore.google.com/detail/svg-to-base64/eelfklplkohmhhmlfciodaljeeijoelf
Mô tả Convert SVG to Base64.
Kích Thước Tệp 15.79 KB
Số Lần Cài Đặt 80
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2021-04-03
Ngày Phát Hành 2021-03-29
Đánh Giá 5.00/5 Tổng số 1 Đá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": "SVG to Base64",
    "description": "Convert SVG to Base64.",
    "version": "0.0.2",
    "browser_action": {
        "default_icon": {
            "16": "\/assets\/img\/16x16.png",
            "48": "\/assets\/img\/48x48.png",
            "128": "\/assets\/img\/128x128.png"
        },
        "default_popup": "index.html"
    },
    "icons": {
        "16": "\/assets\/img\/16x16.png",
        "48": "\/assets\/img\/48x48.png",
        "128": "\/assets\/img\/128x128.png"
    }
}