JWT Decoder
Tool to decode JWT tokens
Cos'è JWT Decoder?
JWT Decoder è un'estensione di Chrome sviluppata da Karl Lankester-Carthy, e la sua funzione principale è "Tool to decode JWT tokens".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione JWT Decoder
Scarica i file di estensione JWT Decoder 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
Quickly decode JWT Tokens with this basic and easy to use Chrome Extension. Nothing Fancy, does what it says on the box.
Informazioni di Base sull'Estensione
Nome | JWT Decoder |
ID | cibafglfmkgepfdndkbageghblmdihbk |
URL Ufficiale | https://chromewebstore.google.com/detail/jwt-decoder/cibafglfmkgepfdndkbageghblmdihbk |
Descrizione | Tool to decode JWT tokens |
Dimensione del File | 28.15 KB |
Conteggio Installazioni | 1,039 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2022-09-02 |
Data di Pubblicazione | 2022-07-19 |
Valutazione | 4.50/5 Totale 2 Valutazioni |
Sviluppatore | Karl Lankester-Carthy |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/Zdrenka/jwt_decoder |
Lingue Supportate | 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" } } |