jsonz

Make JSON pretty and syntax highlight

Hvad er jsonz?

jsonz er en Chrome-udvidelse udviklet af Jihchi Lee, og dens hovedfunktion er "Make JSON pretty and syntax highlight".

Udvidelsesskærmbilleder

screenshot

Download jsonz-udvidelses-CRX-fil

Download jsonz-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn jsonz jsonz
ID ahendnlfikgofocdohpgaddkfjhbicnc
Officiel URL https://chromewebstore.google.com/detail/jsonz/ahendnlfikgofocdohpgaddkfjhbicnc
Beskrivelse Make JSON pretty and syntax highlight
Filstørrelse 254 KB
Antal Installationer 30
Nuværende Version 2.1.1
Senest Opdateret 2019-03-08
Udgivelsesdato 2019-03-08
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler Jihchi Lee
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/jihchi/jsonz
Hjælpeside-URL https://github.com/jihchi/jsonz/issues
Understøttede Sprog 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
}