JWT token decoder
Decrypt jwt tokens. Tokens won't leave your browser.
什麼是JWT token decoder?
JWT token decoder是由nani.vijay開發的Chrome擴展程式,該擴展的主要功能是“Decrypt jwt tokens. Tokens won't leave your browser.”。
擴展截圖
下載JWT token decoder擴展crx文件
下載JWT token decoder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension will decode the JWT token and provide the claims information. Your token will not leave your browser
擴展基本資訊
名稱 | JWT token decoder |
ID | lnpjlfphcbgpekodbikccegaglkkcmog |
官方網址 | https://chromewebstore.google.com/detail/jwt-token-decoder/lnpjlfphcbgpekodbikccegaglkkcmog |
簡介 | Decrypt jwt tokens. Tokens won't leave your browser. |
檔案大小 | 5.44 KB |
安裝次數 | 106 |
目前版本 | 0.0.0.1 |
更新時間 | 2022-08-06 |
上架時間 | 2022-08-06 |
開發者 | nani.vijay |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "JWT token decoder", "version": "0.0.0.1", "manifest_version": 3, "description": "Decrypt jwt tokens. Tokens won't leave your browser.", "action": { "default_popup": ".\/jwt-token-decode.html" } } |