Encode-Decode

Encode and decode text to and from HTML, base64, hexadecimal, and more! Or generate hashes using MD5, SHA-1, and SHA-3.

Apa itu Encode-Decode?

Encode-Decode adalah ekstensi Chrome yang dikembangkan oleh https://tylucaskelley.com, dan fitur utamanya adalah "Encode and decode text to and from HTML, base64, hexadecimal, and more! Or generate hashes using MD5, SHA-1, and SHA-3.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Encode-Decode

Unduh file ekstensi Encode-Decode 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

                        Great for web developers! Features include:

1. Encoding and decoding to/from: binary, octal, hexadecimal, base64, HTML, and URLs.
2. Hashing: MD5, SHA-1, SHA-3 (256 and 512 bit).
3. Error checking, so you don't try to combine "HTML" and "hash" by accident!

Check out the source code on GitHub as well!                    

Informasi Dasar Ekstensi

Nama Encode-Decode Encode-Decode
ID peemgjdnpckhfcppmdgijnbfoohpjafp
URL Resmi https://chromewebstore.google.com/detail/encode-decode/peemgjdnpckhfcppmdgijnbfoohpjafp
Deskripsi Encode and decode text to and from HTML, base64, hexadecimal, and more! Or generate hashes using MD5, SHA-1, and SHA-3.
Ukuran File 164 KB
Jumlah Instalasi 979
Versi Saat Ini 5.1
Terakhir Diperbarui 2014-11-13
Tanggal Publikasi 2014-11-13
Penilaian 4.38/5 Total 8 Penilaian
Pengembang https://tylucaskelley.com
Tipe Pembayaran free
Situs Ekstensi https://github.com/tylucaskelley/encode-decode
URL Halaman Bantuan https://github.com/tylucaskelley/encode-decode
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Encode-Decode",
    "description": "Encode and decode text to and from HTML, base64, hexadecimal, and more! Or generate hashes using MD5, SHA-1, and SHA-3.",
    "version": "5.1",
    "icons": {
        "128": "img\/icon.png"
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_title": "Encode-Decode",
        "default_popup": "index.html"
    }
}