peek-jwt
Peek inside a JSON Web Token
What is peek-jwt?
peek-jwt is a Chrome extension developed by Yuki Furuyama, and its main feature is "Peek inside a JSON Web Token".
Extension Screenshots
Download peek-jwt Extension CRX File
Download peek-jwt 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
You can get a decoded content of JWT with just highlighting the text in your browser.
Extension Basic Information
Name | peek-jwt |
ID | ghmnmenmcaodjbjmknekafajeemcinnb |
Official URL | https://chromewebstore.google.com/detail/peek-jwt/ghmnmenmcaodjbjmknekafajeemcinnb |
Description | Peek inside a JSON Web Token |
File Size | 39.4 KB |
Installation Count | 94 |
Current Version | 0.4 |
Last Updated | 2018-02-03 |
Publish Date | 2018-02-03 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Yuki Furuyama |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/addsict/peek-jwt |
Help Page URL | https://github.com/addsict/peek-jwt |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "peek-jwt", "description": "Peek inside a JSON Web Token", "author": "Yuki Furuyama", "version": "0.4", "icons": { "16": "image\/icon\/icon_16x16.png", "48": "image\/icon\/icon_48x48.png", "128": "image\/icon\/icon_128x128.png" }, "content_scripts": [ { "matches": [ " |