JWT Decoder
Tool to decode JWT tokens
什麼是JWT Decoder?
JWT Decoder是由Karl Lankester-Carthy開發的Chrome擴展程式,該擴展的主要功能是“Tool to decode JWT tokens”。
擴展截圖
下載JWT Decoder擴展crx文件
下載JWT Decoder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Quickly decode JWT Tokens with this basic and easy to use Chrome Extension. Nothing Fancy, does what it says on the box. 擴展基本資訊
| 名稱 | |
| ID | cibafglfmkgepfdndkbageghblmdihbk |
| 官方網址 | https://chromewebstore.google.com/detail/jwt-decoder/cibafglfmkgepfdndkbageghblmdihbk |
| 簡介 | Tool to decode JWT tokens |
| 檔案大小 | 28.15 KB |
| 安裝次數 | 1,039 |
| 目前版本 | 1.0.2 |
| 更新時間 | 2022-09-02 |
| 上架時間 | 2022-07-19 |
| 評分 | 4.50/5 共 2 次評分 |
| 開發者 | Karl Lankester-Carthy |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://github.com/Zdrenka/jwt_decoder |
| 支援的語言 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "JWT Decoder",
"version": "1.0.2",
"description": "Tool to decode JWT tokens",
"manifest_version": 3,
"author": "Karl Lankester-Carthy",
"action": {
"default_popup": "index.html",
"default_title": "JWT Decoder"
},
"permissions": [
"storage"
],
"icons": {
"16": "logo-16x16.png",
"48": "logo-48x48.png",
"128": "logo-128x128.png"
}
} | |