JWT Inspector

Display JWT bearer tokens in a new tab in Chrome's Developer Tools

JWT Inspector란 무엇입니까?

JWT Inspector은(는) Tore Green에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Display JWT bearer tokens in a new tab in Chrome's Developer Tools"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

JWT Inspector 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Are you sending JWT tokens in your HTTP requests? Tired of copying tokens from the developer view into jwt.io when debugging?
This extension will detect HTTP(S) requests with an Authorization header containing a JWT bearer token, and conveniently display the contents of the token in Chrome's developer tools pane.

New: HTTP header name and prefix can be customized in extension options. Prefix can be included when copying token to clipboard.                    

확장 프로그램 기본 정보

이름 JWT Inspector JWT Inspector
ID jgjihoodklabhdoeffdjofnknfijolgk
공식 URL https://chromewebstore.google.com/detail/jwt-inspector/jgjihoodklabhdoeffdjofnknfijolgk
설명 Display JWT bearer tokens in a new tab in Chrome's Developer Tools
파일 크기 18.42 KB
설치 횟수 12,281
현재 버전 1.6.1
최근 업데이트 2022-01-31
출시 날짜 2019-11-23
평점 4.60/5 총 5 개의 평점
개발자 Tore Green
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://bugjam.github.io/jwt-inspector/
도움말 페이지 URL https://github.com/bugjam/jwt-inspector/issues
개인정보 보호 정책 페이지 URL https://bugjam.github.io/jwt-inspector/privacy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JWT Inspector",
    "short_name": "JWT",
    "version": "1.6.1",
    "description": "Display JWT bearer tokens in a new tab in Chrome's Developer Tools",
    "author": "Tore Green",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png"
    },
    "homepage_url": "https:\/\/bugjam.github.io\/jwt-inspector\/",
    "devtools_page": "devtools.html",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "permissions": [
        "storage"
    ],
    "incognito": "split",
    "manifest_version": 2
}