jsonz

Make JSON pretty and syntax highlight

What is jsonz?

jsonz is a Chrome extension developed by Jihchi Lee, and its main feature is "Make JSON pretty and syntax highlight".

Extension Screenshots

screenshot

Download jsonz Extension CRX File

Download jsonz extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name jsonz jsonz
ID ahendnlfikgofocdohpgaddkfjhbicnc
Official URL https://chromewebstore.google.com/detail/jsonz/ahendnlfikgofocdohpgaddkfjhbicnc
Description Make JSON pretty and syntax highlight
File Size 254 KB
Installation Count 30
Current Version 2.1.1
Last Updated 2019-03-08
Publish Date 2019-03-08
Rating 5.00/5 Total 1 Ratings
Developer Jihchi Lee
Email [email protected]
Payment Type free
Extension Website https://github.com/jihchi/jsonz
Help Page URL https://github.com/jihchi/jsonz/issues
Supported Languages 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
}