jsonz

Make JSON pretty and syntax highlight

O que é jsonz?

jsonz é uma extensão do Chrome desenvolvida por Jihchi Lee, e sua principal característica é "Make JSON pretty and syntax highlight".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão jsonz

Baixe arquivos de extensão jsonz 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

                        1. Click-and-prettify JSON content regardless of content type
2. Force specific URL to automatically prettify JSON content
3. Display syntax highlight after content prettified                    

Informações Básicas da Extensão

Nome jsonz jsonz
ID ahendnlfikgofocdohpgaddkfjhbicnc
URL Oficial https://chromewebstore.google.com/detail/jsonz/ahendnlfikgofocdohpgaddkfjhbicnc
Descrição Make JSON pretty and syntax highlight
Tamanho do Arquivo 254 KB
Contagem de Instalações 30
Versão Atual 2.1.1
Última Atualização 2019-03-08
Data de Publicação 2019-03-08
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Jihchi Lee
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/jihchi/jsonz
URL da Página de Ajuda https://github.com/jihchi/jsonz/issues
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "jsonz",
    "version": "2.1.1",
    "author": "Archie Lee "
    ],
    "web_accessible_resources": [
        "bundled\/commons.css"
    ],
    "options_page": "bundled\/options.html",
    "background": {
        "scripts": [
            "bundled\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Pretty and syntax highlight"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "bundled\/commons.bundle.js",
                "bundled\/inject.bundle.js"
            ],
            "run_at": "document_start"
        }
    ],
    "manifest_version": 2
}