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 |
| 官方網址 | 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"
}
} | |