JWT.io Viewer
Open selected JWT in jwt.io debugger
Cos'è JWT.io Viewer?
JWT.io Viewer è un'estensione di Chrome sviluppata da elcimar, e la sua funzione principale è "Open selected JWT in jwt.io debugger".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione JWT.io Viewer
Scarica i file di estensione JWT.io Viewer 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
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.
Informazioni di Base sull'Estensione
Nome | JWT.io Viewer |
ID | efkhfgbbhofjjlkangnpokofoojchffc |
URL Ufficiale | https://chromewebstore.google.com/detail/jwtio-viewer/efkhfgbbhofjjlkangnpokofoojchffc |
Descrizione | Open selected JWT in jwt.io debugger |
Dimensione del File | 10.79 KB |
Conteggio Installazioni | 148 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2023-06-30 |
Data di Pubblicazione | 2023-06-29 |
Valutazione | 3.00/5 Totale 2 Valutazioni |
Sviluppatore | elcimar |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |