jsonz

Make JSON pretty and syntax highlight

Cos'è jsonz?

jsonz è un'estensione di Chrome sviluppata da Jihchi Lee, e la sua funzione principale è "Make JSON pretty and syntax highlight".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione jsonz

Scarica i file di estensione jsonz in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome jsonz jsonz
ID ahendnlfikgofocdohpgaddkfjhbicnc
URL Ufficiale https://chromewebstore.google.com/detail/jsonz/ahendnlfikgofocdohpgaddkfjhbicnc
Descrizione Make JSON pretty and syntax highlight
Dimensione del File 254 KB
Conteggio Installazioni 30
Versione Corrente 2.1.1
Ultimo Aggiornamento 2019-03-08
Data di Pubblicazione 2019-03-08
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Jihchi Lee
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/jihchi/jsonz
URL della Pagina di Aiuto https://github.com/jihchi/jsonz/issues
Lingue Supportate 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
}