Base 64 encode and decode tool

Simple base 64 encode and decode tool

Apa itu Base 64 encode and decode tool?

Base 64 encode and decode tool adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Simple base 64 encode and decode tool".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Base 64 encode and decode tool

Unduh file ekstensi Base 64 encode and decode tool 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 basic tool to convert plaint text to base64 encoded text.                    

Informasi Dasar Ekstensi

Nama Base 64 encode and decode tool Base 64 encode and decode tool
ID mlfhgcaofnakcomogbihkomendnaicjn
URL Resmi https://chromewebstore.google.com/detail/base-64-encode-and-decode/mlfhgcaofnakcomogbihkomendnaicjn
Deskripsi Simple base 64 encode and decode tool
Ukuran File 647 KB
Jumlah Instalasi 72
Versi Saat Ini 1.0
Terakhir Diperbarui 2020-04-24
Tanggal Publikasi 2020-04-24
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Unknown
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Base 64 encode and decode tool",
    "version": "1.0",
    "description": "Simple base 64 encode and decode tool",
    "manifest_version": 2,
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "images\/icon128.png",
            "48": "images\/icon48.png",
            "16": "images\/icon16.png"
        }
    },
    "icons": {
        "128": "images\/icon128.png",
        "48": "images\/icon48.png",
        "16": "images\/icon16.png"
    }
}