nCode

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

O que é nCode?

nCode é uma extensão do Chrome desenvolvida por Ryan Allen, e sua principal característica é "nCode enables easy encoding / decoding: *Base-64 *JWT Support for PEM certificate decoding is here!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão nCode

Baixe arquivos de extensão nCode no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome nCode nCode
ID kjejhnbkabmbgadkchcldebpheadlbni
URL Oficial https://chromewebstore.google.com/detail/ncode/kjejhnbkabmbgadkchcldebpheadlbni
Descrição nCode enables easy encoding / decoding: *Base-64 *JWT Support for PEM certificate decoding is here!
Tamanho do Arquivo 416 KB
Contagem de Instalações 153
Versão Atual 1.0.1
Última Atualização 2018-08-07
Data de Publicação 2018-08-06
Classificação 2.50/5 Total de 2 Avaliações
Desenvolvedor Ryan Allen
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/Ubunfu/nCode
Idiomas Suportados 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": []
}