JWT Cookie Decoder

This extension can review cookies and decode jwt format cookies automatically

什麼是JWT Cookie Decoder?

JWT Cookie Decoder是由hrabizadeh開發的Chrome擴展程式,該擴展的主要功能是“This extension can review cookies and decode jwt format cookies automatically”。

擴展截圖

screenshot
screenshot

下載JWT Cookie Decoder擴展crx文件

下載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
官方網址 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"
    }
}