JWT.io Viewer

Open selected JWT in jwt.io debugger

JWT.io Viewerคืออะไร?

JWT.io Viewer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย elcimar และคุณลักษณะหลักของมันคือ "Open selected JWT in jwt.io debugger"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย JWT.io Viewer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Allows the user to select any jwt text, right click on it and then shows an option in context menu to debug the jwt in jwt.io's website.
Note: This extension does not store any data and has no affiliation with jwt.io.                    

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

ชื่อ JWT.io Viewer JWT.io Viewer
ID efkhfgbbhofjjlkangnpokofoojchffc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/jwtio-viewer/efkhfgbbhofjjlkangnpokofoojchffc
คำอธิบาย Open selected JWT in jwt.io debugger
ขนาดไฟล์ 10.79 KB
จำนวนการติดตั้ง 148
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2023-06-30
วันที่เผยแพร่ 2023-06-29
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา elcimar
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "JWT.io Viewer",
    "description": "Open selected JWT in jwt.io debugger",
    "version": "1.0",
    "permissions": [
        "contextMenus"
    ],
    "host_permissions": [
        "*:\/\/jwt.io\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}