JWT.io Viewer
Open selected JWT in jwt.io debugger
什么是JWT.io Viewer?
JWT.io Viewer是由elcimar开发的Chrome扩展程序,该扩展的主要功能是“Open selected JWT in jwt.io debugger”。
扩展截图
下载JWT.io Viewer扩展crx文件
下载JWT.io Viewer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Allows the user to select any jwt text, right click on it and then shows an option in context menu to debug the jwt in jwt.io's website.
Note: This extension does not store any data and has no affiliation with jwt.io. 扩展基本信息
| 名称 | |
| ID | efkhfgbbhofjjlkangnpokofoojchffc |
| 官方URL | https://chromewebstore.google.com/detail/jwtio-viewer/efkhfgbbhofjjlkangnpokofoojchffc |
| 简介 | Open selected JWT in jwt.io debugger |
| 文件大小 | 10.79 KB |
| 安装次数 | 148 |
| 当前版本 | 1.0 |
| 更新时间 | 2023-06-30 |
| 上架时间 | 2023-06-29 |
| 评分 | 3.00/5 共2次评分 |
| 开发者 | elcimar |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "JWT.io Viewer",
"description": "Open selected JWT in jwt.io debugger",
"version": "1.0",
"permissions": [
"contextMenus"
],
"host_permissions": [
"*:\/\/jwt.io\/*"
],
"background": {
"service_worker": "background.js"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
} | |