nCode

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

Qu'est-ce que nCode ?

nCode est une extension Chrome développée par Ryan Allen, et sa fonction principale est "nCode enables easy encoding / decoding: *Base-64 *JWT Support for PEM certificate decoding is here!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension nCode

Téléchargez les fichiers d'extension nCode au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom nCode nCode
ID kjejhnbkabmbgadkchcldebpheadlbni
URL Officiel https://chromewebstore.google.com/detail/ncode/kjejhnbkabmbgadkchcldebpheadlbni
Description nCode enables easy encoding / decoding: *Base-64 *JWT Support for PEM certificate decoding is here!
Taille du Fichier 416 KB
Nombre d'Installations 153
Version Actuelle 1.0.1
Dernière Mise à Jour 2018-08-07
Date de Publication 2018-08-06
Évaluation 2.50/5 Total 2 Évaluations
Développeur Ryan Allen
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/Ubunfu/nCode
Langues Prises en Charge 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": []
}