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
电子邮箱 [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
}