JWT.io Viewer

Open selected JWT in jwt.io debugger

JWT.io Viewer là gì?

JWT.io Viewer là một tiện ích mở rộng Chrome được phát triển bởi elcimar, và tính năng chính của nó là "Open selected JWT in jwt.io debugger".

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

screenshot

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

Tải xuống các tệp mở rộng JWT.io Viewer 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

                        Allows the user to select any jwt text, right click on it and then shows an option in context menu to debug the jwt in jwt.io's website.
Note: This extension does not store any data and has no affiliation with jwt.io.                    

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

Tên JWT.io Viewer JWT.io Viewer
ID efkhfgbbhofjjlkangnpokofoojchffc
URL Chính Thức https://chromewebstore.google.com/detail/jwtio-viewer/efkhfgbbhofjjlkangnpokofoojchffc
Mô tả Open selected JWT in jwt.io debugger
Kích Thước Tệp 10.79 KB
Số Lần Cài Đặt 148
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2023-06-30
Ngày Phát Hành 2023-06-29
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển elcimar
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "JWT.io Viewer",
    "description": "Open selected JWT in jwt.io debugger",
    "version": "1.0",
    "permissions": [
        "contextMenus"
    ],
    "host_permissions": [
        "*:\/\/jwt.io\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}