總覽
在本地解碼 JWT 的標頭與酬載以便檢查。簽章刻意不驗證 —— 切勿在此貼上正式環境的權杖。資料不會離開你的裝置。
When you need to peek inside a JWT — what's in the payload, when it was issued, whether it's already expired — paste it into the popup and read the result. Decoding happens entirely in your browser; nothing is sent to a server. Key features: - Paste any compact JWT (`xxxxx.yyyyy.zzzzz`) and instantly see decoded **Header** and **Payload** as pretty JSON - The raw **Signature** segment is shown as-is for reference - Standard claims (`iat`, `exp`, `nbf`) are rendered with a human-readable ISO timestamp plus a relative offset ("3 days ago", "in 14 minutes") - Expired tokens get a prominent red **EXPIRED** badge - Per-section "Copy" buttons for header, payload, and signature - Empty-state hint guides first-time users; invalid JWTs surface a clear error **Important**: this extension only *decodes*. It does **not** verify the signature and cannot tell you whether a token is authentic. Treat it as a read-only viewer, and never paste production tokens into any third-party tool. No data leaves your device.
詳細資料
隱私權
這位開發者就你的資料做出下列聲明:
- 除經核准的用途外,不會將你的資料販售給第三方
- 不會基於與商品核心功能無關的目的,使用或轉移資料
- 不會為了確認信用度或基於貸款目的,使用或轉移資料
支援
如有疑問或建議,請前往開發人員的支援網站