nCode

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

Cos'è nCode?

nCode è un'estensione di Chrome sviluppata da Ryan Allen, e la sua funzione principale è "nCode enables easy encoding / decoding: *Base-64 *JWT Support for PEM certificate decoding is here!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione nCode

Scarica i file di estensione nCode in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome nCode nCode
ID kjejhnbkabmbgadkchcldebpheadlbni
URL Ufficiale https://chromewebstore.google.com/detail/ncode/kjejhnbkabmbgadkchcldebpheadlbni
Descrizione nCode enables easy encoding / decoding: *Base-64 *JWT Support for PEM certificate decoding is here!
Dimensione del File 416 KB
Conteggio Installazioni 153
Versione Corrente 1.0.1
Ultimo Aggiornamento 2018-08-07
Data di Pubblicazione 2018-08-06
Valutazione 2.50/5 Totale 2 Valutazioni
Sviluppatore Ryan Allen
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/Ubunfu/nCode
Lingue Supportate 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": []
}