jsonz

Make JSON pretty and syntax highlight

Wat is jsonz?

jsonz is een Chrome-extensie ontwikkeld door Jihchi Lee, en de belangrijkste functie is "Make JSON pretty and syntax highlight".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie jsonz

Download jsonz-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam jsonz jsonz
ID ahendnlfikgofocdohpgaddkfjhbicnc
Officiële URL https://chromewebstore.google.com/detail/jsonz/ahendnlfikgofocdohpgaddkfjhbicnc
Beschrijving Make JSON pretty and syntax highlight
Bestandsgrootte 254 KB
Aantal Installaties 30
Huidige Versie 2.1.1
Laatst Bijgewerkt 2019-03-08
Publicatiedatum 2019-03-08
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Jihchi Lee
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/jihchi/jsonz
Help Pagina-URL https://github.com/jihchi/jsonz/issues
Ondersteunde Talen 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
}