JSON++
JSON viewer with JSON path search
O que é JSON++?
JSON++ é uma extensão do Chrome desenvolvida por Dovocode, e sua principal característica é "JSON viewer with JSON path search".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão JSON++
Baixe arquivos de extensão JSON++ 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
Direct JSON viewer extension with JSON path search to identify the paths and only test several parts. This extension checks the application/json header. To detect if it should be shown, the data is also collapsible
Informações Básicas da Extensão
Nome | JSON++ |
ID | iglemljkbocdodbincahibnabahledap |
URL Oficial | https://chromewebstore.google.com/detail/json++/iglemljkbocdodbincahibnabahledap |
Descrição | JSON viewer with JSON path search |
Tamanho do Arquivo | 60.41 KB |
Contagem de Instalações | 156 |
Versão Atual | 0.0.2 |
Última Atualização | 2022-07-03 |
Data de Publicação | 2020-09-24 |
Desenvolvedor | Dovocode |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "JSON++", "version": "0.0.2", "manifest_version": 2, "description": "JSON viewer with JSON path search", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |