JWT Inspector
Display JWT bearer tokens in a new tab in Chrome's Developer Tools
Cos'è JWT Inspector?
JWT Inspector è un'estensione di Chrome sviluppata da Tore Green, e la sua funzione principale è "Display JWT bearer tokens in a new tab in Chrome's Developer Tools".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione JWT Inspector
Scarica i file di estensione JWT Inspector in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Are you sending JWT tokens in your HTTP requests? Tired of copying tokens from the developer view into jwt.io when debugging? This extension will detect HTTP(S) requests with an Authorization header containing a JWT bearer token, and conveniently display the contents of the token in Chrome's developer tools pane. New: HTTP header name and prefix can be customized in extension options. Prefix can be included when copying token to clipboard.
Informazioni di Base sull'Estensione
Nome | JWT Inspector |
ID | jgjihoodklabhdoeffdjofnknfijolgk |
URL Ufficiale | https://chromewebstore.google.com/detail/jwt-inspector/jgjihoodklabhdoeffdjofnknfijolgk |
Descrizione | Display JWT bearer tokens in a new tab in Chrome's Developer Tools |
Dimensione del File | 18.42 KB |
Conteggio Installazioni | 12,281 |
Versione Corrente | 1.6.1 |
Ultimo Aggiornamento | 2022-01-31 |
Data di Pubblicazione | 2019-11-23 |
Valutazione | 4.60/5 Totale 5 Valutazioni |
Sviluppatore | Tore Green |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://bugjam.github.io/jwt-inspector/ |
URL della Pagina di Aiuto | https://github.com/bugjam/jwt-inspector/issues |
URL della Pagina della Politica sulla Privacy | https://bugjam.github.io/jwt-inspector/privacy.html |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "JWT Inspector", "short_name": "JWT", "version": "1.6.1", "description": "Display JWT bearer tokens in a new tab in Chrome's Developer Tools", "author": "Tore Green", "icons": { "128": "icon128.png", "48": "icon48.png" }, "homepage_url": "https:\/\/bugjam.github.io\/jwt-inspector\/", "devtools_page": "devtools.html", "options_ui": { "page": "options.html", "open_in_tab": false }, "permissions": [ "storage" ], "incognito": "split", "manifest_version": 2 } |