Decode64

A chrome extension to encode and decode base64 strings

Apa itu Decode64?

Decode64 adalah ekstensi Chrome yang dikembangkan oleh Baris, dan fitur utamanya adalah "A chrome extension to encode and decode base64 strings".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Decode64

Unduh file ekstensi Decode64 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

                        This extension allows you to encode and decide any given string from and to base64.

Features: 
- Encode String
- Decode Base64 String
- Ability to encode a string twice
- Ability to decode a string that's been encoded twice
- Darkmode                    

Informasi Dasar Ekstensi

Nama Decode64 Decode64
ID negeochodnalfpdkinmdlpcchefbjoif
URL Resmi https://chromewebstore.google.com/detail/decode64/negeochodnalfpdkinmdlpcchefbjoif
Deskripsi A chrome extension to encode and decode base64 strings
Ukuran File 109 KB
Jumlah Instalasi 37
Versi Saat Ini 2.0.0
Terakhir Diperbarui 2023-02-01
Tanggal Publikasi 2021-04-21
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Baris
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "A chrome extension to encode and decode base64 strings",
    "version": "2.0.0",
    "manifest_version": 3,
    "name": "Decode64",
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        }
    ]
}