jsonz

Make JSON pretty and syntax highlight

Was ist jsonz?

jsonz ist eine Chrome-Erweiterung, die von Jihchi Lee entwickelt wurde, und ihr Hauptmerkmal ist "Make JSON pretty and syntax highlight".

Erweiterungsscreenshots

screenshot

jsonz-Erweiterungs-CRX-Datei herunterladen

Laden Sie jsonz-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name jsonz jsonz
ID ahendnlfikgofocdohpgaddkfjhbicnc
Offizielle URL https://chromewebstore.google.com/detail/jsonz/ahendnlfikgofocdohpgaddkfjhbicnc
Beschreibung Make JSON pretty and syntax highlight
Dateigröße 254 KB
Installationsanzahl 30
Aktuelle Version 2.1.1
Letztes Update 2019-03-08
Veröffentlichungsdatum 2019-03-08
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Jihchi Lee
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/jihchi/jsonz
Hilfeseite URL https://github.com/jihchi/jsonz/issues
Unterstützte Sprachen 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
}