JWT Cookie Decoder

This extension can review cookies and decode jwt format cookies automatically

JWT Cookie Decoderคืออะไร?

JWT Cookie Decoder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย hrabizadeh และคุณลักษณะหลักของมันคือ "This extension can review cookies and decode jwt format cookies automatically"

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

screenshot
screenshot

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

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

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

                        JWT Cookie Decoder is a browser extension designed to automatically decoding of JWT (JSON Web Token) formated cookies, empowering developer to quickly check and review decoded JWT cookies.

New Feature (v1.3):

* Added support for dark mode.
* Keyboard Shortcuts:

- **Windows:** Press **Ctrl + Shift + J**.
- **Mac:** Press **Ctrl + Shift + J**.
- **Chrome OS:** Press **Ctrl + Shift + J**.
- **Linux:** Press **Ctrl + Shift + J**.

We value your feedback! Let us know what additional functionalities you would like to see, so we can continue enhancing this extension to meet your development needs.                    

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

ชื่อ JWT Cookie Decoder JWT Cookie Decoder
ID fbdnmmifbmhmkcgfdpoiiikkaepafgnk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/jwt-cookie-decoder/fbdnmmifbmhmkcgfdpoiiikkaepafgnk
คำอธิบาย This extension can review cookies and decode jwt format cookies automatically
ขนาดไฟล์ 88.31 KB
จำนวนการติดตั้ง 272
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2024-01-15
วันที่เผยแพร่ 2023-09-03
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา hrabizadeh
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JWT Cookie Decoder",
    "description": "This extension can review cookies and decode jwt format cookies automatically",
    "version": "1.4",
    "manifest_version": 3,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "cookies"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_popup": "src\/popup\/index.html",
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "42.0"
        }
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+J",
                "mac": "MacCtrl+Shift+J",
                "chromeos": "Ctrl+Shift+J",
                "linux": "Ctrl+Shift+J"
            }
        }
    },
    "developer": {
        "name": "Hossein Rabizadeh"
    }
}