nCode

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

Что такое nCode?

nCode - это расширение Chrome, разработанное Ryan Allen, и его основная функция - "nCode enables easy encoding / decoding: *Base-64 *JWT Support for PEM certificate decoding is here!".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения nCode

Скачайте файлы расширений nCode в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название nCode nCode
ID kjejhnbkabmbgadkchcldebpheadlbni
Официальный URL https://chromewebstore.google.com/detail/ncode/kjejhnbkabmbgadkchcldebpheadlbni
Описание nCode enables easy encoding / decoding: *Base-64 *JWT Support for PEM certificate decoding is here!
Размер файла 416 KB
Количество установок 153
Текущая Версия 1.0.1
Последнее Обновление 2018-08-07
Дата публикации 2018-08-06
Рейтинг 2.50/5 Всего 2 оценок
Разработчик Ryan Allen
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/Ubunfu/nCode
Поддерживаемые языки 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": []
}