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 |
电子邮箱 | [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": [] } |