JWT.io Viewer
Open selected JWT in jwt.io debugger
O que é JWT.io Viewer?
JWT.io Viewer é uma extensão do Chrome desenvolvida por elcimar, e sua principal característica é "Open selected JWT in jwt.io debugger".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão JWT.io Viewer
Baixe arquivos de extensão JWT.io Viewer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | JWT.io Viewer |
ID | efkhfgbbhofjjlkangnpokofoojchffc |
URL Oficial | https://chromewebstore.google.com/detail/jwtio-viewer/efkhfgbbhofjjlkangnpokofoojchffc |
Descrição | Open selected JWT in jwt.io debugger |
Tamanho do Arquivo | 10.79 KB |
Contagem de Instalações | 148 |
Versão Atual | 1.0 |
Última Atualização | 2023-06-30 |
Data de Publicação | 2023-06-29 |
Classificação | 3.00/5 Total de 2 Avaliações |
Desenvolvedor | elcimar |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |