Bog Json Parser

Json reponse beautifier

O que é Bog Json Parser?

Bog Json Parser é uma extensão do Chrome desenvolvida por misha.sulikashvili, e sua principal característica é "Json reponse beautifier".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Bog Json Parser

Baixe arquivos de extensão Bog Json Parser 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

                        Beautify backslash included text response Jsons:
Sometimes webapi calls return responses like this:
 "{\"room\":{\"id\":\"616078334c10e1dd8a433588\"},\"timeReserves\":null}"  
Problem is, chrome developer tools response preview can not beautify this kind of response, which is presented in first screenshot and this extension solves this problem. Same response is displayed in second screenshot, parsed by extension.                    

Informações Básicas da Extensão

Nome Bog Json Parser Bog Json Parser
ID ibhkbojhfpckdoggomfahcppclbpkpoa
URL Oficial https://chromewebstore.google.com/detail/bog-json-parser/ibhkbojhfpckdoggomfahcppclbpkpoa
Descrição Json reponse beautifier
Tamanho do Arquivo 30.69 KB
Contagem de Instalações 92
Versão Atual 0.2
Última Atualização 2022-09-01
Data de Publicação 2021-10-11
Desenvolvedor misha.sulikashvili
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/SkeletonSkelettron/Bog-Json-Parser
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bog Json Parser",
    "version": "0.2",
    "description": "Json reponse beautifier",
    "devtools_page": "devtools.html",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "json-file.png",
        "default_title": "Ugly json response beautifier"
    },
    "icons": {
        "128": "json128.png",
        "16": "json16.png",
        "48": "json48.png"
    },
    "manifest_version": 3
}