nCode
nCode enables easy encoding / decoding: *Base-64 *JWT Support for PEM certificate decoding is here!
What is nCode?
nCode is a Chrome extension developed by Ryan Allen, and its main feature is "nCode enables easy encoding / decoding: *Base-64 *JWT Support for PEM certificate decoding is here!".
Extension Screenshots
Download nCode Extension CRX File
Download nCode extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | nCode |
ID | kjejhnbkabmbgadkchcldebpheadlbni |
Official URL | https://chromewebstore.google.com/detail/ncode/kjejhnbkabmbgadkchcldebpheadlbni |
Description | nCode enables easy encoding / decoding: *Base-64 *JWT Support for PEM certificate decoding is here! |
File Size | 416 KB |
Installation Count | 153 |
Current Version | 1.0.1 |
Last Updated | 2018-08-07 |
Publish Date | 2018-08-06 |
Rating | 2.50/5 Total 2 Ratings |
Developer | Ryan Allen |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/Ubunfu/nCode |
Supported Languages | 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": [] } |