JWT Decoder

Tool to decode JWT tokens

什么是JWT Decoder?

JWT Decoder是由Karl Lankester-Carthy开发的Chrome扩展程序,该扩展的主要功能是“Tool to decode JWT tokens”。

扩展截图

screenshot

下载JWT Decoder扩展crx文件

下载JWT Decoder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Quickly decode JWT Tokens with this basic and easy to use Chrome Extension. Nothing Fancy, does what it says on the box.                    

扩展基本信息

名称 JWT Decoder JWT Decoder
ID cibafglfmkgepfdndkbageghblmdihbk
官方URL https://chromewebstore.google.com/detail/jwt-decoder/cibafglfmkgepfdndkbageghblmdihbk
简介 Tool to decode JWT tokens
文件大小 28.15 KB
安装次数 1,039
当前版本 1.0.2
更新时间 2022-09-02
上架时间 2022-07-19
评分 4.50/5 共2次评分
开发者 Karl Lankester-Carthy
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/Zdrenka/jwt_decoder
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JWT Decoder",
    "version": "1.0.2",
    "description": "Tool to decode JWT tokens",
    "manifest_version": 3,
    "author": "Karl Lankester-Carthy",
    "action": {
        "default_popup": "index.html",
        "default_title": "JWT Decoder"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "logo-16x16.png",
        "48": "logo-48x48.png",
        "128": "logo-128x128.png"
    }
}