JWT Decoder
Tool to decode JWT tokens
What is JWT Decoder?
JWT Decoder is a Chrome extension developed by Karl Lankester-Carthy, and its main feature is "Tool to decode JWT tokens".
Extension Screenshots
Download JWT Decoder Extension CRX File
Download JWT Decoder 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
Quickly decode JWT Tokens with this basic and easy to use Chrome Extension. Nothing Fancy, does what it says on the box.
Extension Basic Information
Name | JWT Decoder |
ID | cibafglfmkgepfdndkbageghblmdihbk |
Official URL | https://chromewebstore.google.com/detail/jwt-decoder/cibafglfmkgepfdndkbageghblmdihbk |
Description | Tool to decode JWT tokens |
File Size | 28.15 KB |
Installation Count | 1,039 |
Current Version | 1.0.2 |
Last Updated | 2022-09-02 |
Publish Date | 2022-07-19 |
Rating | 4.50/5 Total 2 Ratings |
Developer | Karl Lankester-Carthy |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/Zdrenka/jwt_decoder |
Supported Languages | 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" } } |