jsonz

Make JSON pretty and syntax highlight

Vad är jsonz?

jsonz är en Chrome-tillägg utvecklad av Jihchi Lee, och dess huvudfunktion är "Make JSON pretty and syntax highlight".

Tilläggsskärmbilder

screenshot

Ladda ner jsonz-förlängningens CRX-fil

Ladda ner jsonz-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn jsonz jsonz
ID ahendnlfikgofocdohpgaddkfjhbicnc
Officiell webbadress https://chromewebstore.google.com/detail/jsonz/ahendnlfikgofocdohpgaddkfjhbicnc
Beskrivning Make JSON pretty and syntax highlight
Filstorlek 254 KB
Antal Installationer 30
Aktuell Version 2.1.1
Senast Uppdaterad 2019-03-08
Publiceringsdatum 2019-03-08
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Jihchi Lee
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/jihchi/jsonz
Hjälpsida URL https://github.com/jihchi/jsonz/issues
Stödda Språk 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
}