JWT Inspector

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

JWT Inspector là gì?

JWT Inspector là một tiện ích mở rộng Chrome được phát triển bởi Tore Green, và tính năng chính của nó là "Display JWT bearer tokens in a new tab in Chrome's Developer Tools".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng JWT Inspector

Tải xuống các tệp mở rộng JWT Inspector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên JWT Inspector JWT Inspector
ID jgjihoodklabhdoeffdjofnknfijolgk
URL Chính Thức https://chromewebstore.google.com/detail/jwt-inspector/jgjihoodklabhdoeffdjofnknfijolgk
Mô tả Display JWT bearer tokens in a new tab in Chrome's Developer Tools
Kích Thước Tệp 18.42 KB
Số Lần Cài Đặt 12,281
Phiên Bản Hiện Tại 1.6.1
Cập Nhật Lần Cuối 2022-01-31
Ngày Phát Hành 2019-11-23
Đánh Giá 4.60/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Tore Green
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://bugjam.github.io/jwt-inspector/
URL Trang Trợ Giúp https://github.com/bugjam/jwt-inspector/issues
URL Trang Chính Sách Bảo Mật https://bugjam.github.io/jwt-inspector/privacy.html
Ngôn Ngữ Được Hỗ Trợ 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
}