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