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
公式URL 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
Eメール [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"
    }
}