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ファイルをダウンロード

JWT Inspector拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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
}