SVG to Base64

Convert SVG to Base64.

什麼是SVG to Base64?

SVG to Base64是由Tu Tran開發的Chrome擴展程式,該擴展的主要功能是“Convert SVG to Base64.”。

擴展截圖

screenshot
screenshot
screenshot

下載SVG to Base64擴展crx文件

下載SVG to Base64擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 SVG to Base64 SVG to Base64
ID eelfklplkohmhhmlfciodaljeeijoelf
官方網址 https://chromewebstore.google.com/detail/svg-to-base64/eelfklplkohmhhmlfciodaljeeijoelf
簡介 Convert SVG to Base64.
檔案大小 15.79 KB
安裝次數 80
目前版本 0.0.2
更新時間 2021-04-03
上架時間 2021-03-29
評分 5.00/5 共 1 次評分
開發者 Tu Tran
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    }
}