SVG to Base64

Convert SVG to Base64.

Apa itu SVG to Base64?

SVG to Base64 adalah ekstensi Chrome yang dikembangkan oleh Tu Tran, dan fitur utamanya adalah "Convert SVG to Base64.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi SVG to Base64

Unduh file ekstensi SVG to Base64 dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama SVG to Base64 SVG to Base64
ID eelfklplkohmhhmlfciodaljeeijoelf
URL Resmi https://chromewebstore.google.com/detail/svg-to-base64/eelfklplkohmhhmlfciodaljeeijoelf
Deskripsi Convert SVG to Base64.
Ukuran File 15.79 KB
Jumlah Instalasi 80
Versi Saat Ini 0.0.2
Terakhir Diperbarui 2021-04-03
Tanggal Publikasi 2021-03-29
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Tu Tran
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}