JWT token decoder
Decrypt jwt tokens. Tokens won't leave your browser.
JWT token decoderคืออะไร?
JWT token decoder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nani.vijay และคุณลักษณะหลักของมันคือ "Decrypt jwt tokens. Tokens won't leave your browser."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย JWT token decoder
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
URL อย่างเป็นทางการ | 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" } } |