JWT token decoder

Decrypt jwt tokens. Tokens won't leave your browser.

JWT token decoder là gì?

JWT token decoder là một tiện ích mở rộng Chrome được phát triển bởi nani.vijay, và tính năng chính của nó là "Decrypt jwt tokens. Tokens won't leave your browser.".

Ả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 token decoder

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

                        This extension will decode the JWT token and provide the claims information. Your token will not leave your browser                    

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

Tên JWT token decoder JWT token decoder
ID lnpjlfphcbgpekodbikccegaglkkcmog
URL Chính Thức https://chromewebstore.google.com/detail/jwt-token-decoder/lnpjlfphcbgpekodbikccegaglkkcmog
Mô tả Decrypt jwt tokens. Tokens won't leave your browser.
Kích Thước Tệp 5.44 KB
Số Lần Cài Đặt 106
Phiên Bản Hiện Tại 0.0.0.1
Cập Nhật Lần Cuối 2022-08-06
Ngày Phát Hành 2022-08-06
Nhà Phát Triển nani.vijay
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",
    "name": "JWT token decoder",
    "version": "0.0.0.1",
    "manifest_version": 3,
    "description": "Decrypt jwt tokens. Tokens won't leave your browser.",
    "action": {
        "default_popup": ".\/jwt-token-decode.html"
    }
}