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 擴展基本資訊
| 名稱 | |
| ID | kjejhnbkabmbgadkchcldebpheadlbni |
| 官方網址 | 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": []
} | |