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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}