nCode

nCode enables easy encoding / decoding: *Base-64 *JWT Support for PEM certificate decoding is here!

Apa itu nCode?

nCode adalah ekstensi Chrome yang dikembangkan oleh Ryan Allen, dan fitur utamanya adalah "nCode enables easy encoding / decoding: *Base-64 *JWT Support for PEM certificate decoding is here!".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi nCode

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

                        nCode allows easy encoding and decoding of commonly used formats. 

Current Features:
* Base-64 encoding text
* Base-64 decoding text
* JWT (JSON Web Token) encoding text (with or without a JWT secret)
* JWT (JSON Web Token) decoding text (with or without a JWT secret)
* PEM Certificate decoding

Checkout (ha..) nCode on GitHub!: https://github.com/Ubunfu/nCode                    

Informasi Dasar Ekstensi

Nama nCode nCode
ID kjejhnbkabmbgadkchcldebpheadlbni
URL Resmi https://chromewebstore.google.com/detail/ncode/kjejhnbkabmbgadkchcldebpheadlbni
Deskripsi nCode enables easy encoding / decoding: *Base-64 *JWT Support for PEM certificate decoding is here!
Ukuran File 416 KB
Jumlah Instalasi 153
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2018-08-07
Tanggal Publikasi 2018-08-06
Penilaian 2.50/5 Total 2 Penilaian
Pengembang Ryan Allen
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/Ubunfu/nCode
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "nCode",
    "version": "1.0.1",
    "description": "nCode enables easy encoding \/ decoding:\n *Base-64 \n *JWT \n\nSupport for PEM certificate decoding is here!",
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png",
        "256": "img\/icon-256.png"
    },
    "browser_action": {
        "default_icon": "img\/icon-48.png",
        "default_popup": "popup.html",
        "default_title": "Let's nCode!"
    },
    "author": "Ryan Allen",
    "permissions": []
}