nCode
nCode enables easy encoding / decoding: *Base-64 *JWT Support for PEM certificate decoding is here!
nCodeとは何ですか?
nCodeはRyan Allenによって開発されたChromeの拡張機能で、その主な機能は「nCode enables easy encoding / decoding: *Base-64 *JWT Support for PEM certificate decoding is here!」です。
拡張機能のスクリーンショット
nCode拡張機能のCRXファイルをダウンロード
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 |
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 |
Eメール | [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": [] } |