nCode
nCode enables easy encoding / decoding: *Base-64 *JWT Support for PEM certificate decoding is here!
Co to jest nCode?
nCode to rozszerzenie Chrome opracowane przez Ryan Allen, a jego główną funkcją jest „nCode enables easy encoding / decoding: *Base-64 *JWT Support for PEM certificate decoding is here!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia nCode
Pobierz pliki rozszerzeń nCode w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | nCode |
ID | kjejhnbkabmbgadkchcldebpheadlbni |
Oficjalny URL | https://chromewebstore.google.com/detail/ncode/kjejhnbkabmbgadkchcldebpheadlbni |
Opis | nCode enables easy encoding / decoding: *Base-64 *JWT Support for PEM certificate decoding is here! |
Rozmiar pliku | 416 KB |
Liczba instalacji | 153 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2018-08-07 |
Data Publikacji | 2018-08-06 |
Ocena | 2.50/5 Łącznie 2 Oceny |
Deweloper | Ryan Allen |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/Ubunfu/nCode |
Obsługiwane Języki | 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": [] } |