jsonz

Make JSON pretty and syntax highlight

¿Qué es jsonz?

jsonz es una extensión de Chrome desarrollada por Jihchi Lee, y su función principal es "Make JSON pretty and syntax highlight".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión jsonz

Descarga archivos de extensión jsonz en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre jsonz jsonz
ID ahendnlfikgofocdohpgaddkfjhbicnc
URL Oficial https://chromewebstore.google.com/detail/jsonz/ahendnlfikgofocdohpgaddkfjhbicnc
Descripción Make JSON pretty and syntax highlight
Tamaño del Archivo 254 KB
Cantidad de Instalaciones 30
Versión Actual 2.1.1
Última Actualización 2019-03-08
Fecha de Publicación 2019-03-08
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador Jihchi Lee
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/jihchi/jsonz
URL de la Página de Ayuda https://github.com/jihchi/jsonz/issues
Idiomas Soportados 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
}