Nested Object JSON Parser

Makes JSON easy to read. Open source.

What is Nested Object JSON Parser?

Nested Object JSON Parser is a Chrome extension developed by Unknown, and its main feature is "Makes JSON easy to read. Open source.".

Extension Screenshots

screenshot

Download Nested Object JSON Parser Extension CRX File

Download Nested Object JSON Parser 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

                        Nested JSON Parser is an extension to format JSON content including nested json stringify objects                    

Extension Basic Information

Name Nested Object JSON Parser Nested Object JSON Parser
ID gfpiiddjejppjlaegjhfommdfjdfkfop
Official URL https://chromewebstore.google.com/detail/nested-object-json-parser/gfpiiddjejppjlaegjhfommdfjdfkfop
Description Makes JSON easy to read. Open source.
File Size 21.21 KB
Installation Count 1,545
Current Version 1.0
Last Updated 2019-04-28
Publish Date 2019-04-23
Developer Unknown
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Nested Object JSON Parser",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Makes JSON easy to read. Open source.",
    "homepage_url": "https:\/\/github.com\/callumlocke\/json-formatter",
    "minimum_chrome_version": "21",
    "icons": {
        "128": "icons\/128.png",
        "32": "icons\/32.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "*:\/\/*\/*",
        ""
    ]
}