JWT.io Viewer

Open selected JWT in jwt.io debugger

What is JWT.io Viewer?

JWT.io Viewer is a Chrome extension developed by elcimar, and its main feature is "Open selected JWT in jwt.io debugger".

Extension Screenshots

screenshot

Download JWT.io Viewer Extension CRX File

Download JWT.io Viewer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name JWT.io Viewer JWT.io Viewer
ID efkhfgbbhofjjlkangnpokofoojchffc
Official URL https://chromewebstore.google.com/detail/jwtio-viewer/efkhfgbbhofjjlkangnpokofoojchffc
Description Open selected JWT in jwt.io debugger
File Size 10.79 KB
Installation Count 148
Current Version 1.0
Last Updated 2023-06-30
Publish Date 2023-06-29
Rating 3.00/5 Total 2 Ratings
Developer elcimar
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}