JWT Decoder

Tool to decode JWT tokens

JWT Decoderคืออะไร?

JWT Decoder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Karl Lankester-Carthy และคุณลักษณะหลักของมันคือ "Tool to decode JWT tokens"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย JWT Decoder

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ JWT Decoder JWT Decoder
ID cibafglfmkgepfdndkbageghblmdihbk
URL อย่างเป็นทางการ 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"
    }
}