Nested Object JSON Parser

Makes JSON easy to read. Open source.

什么是Nested Object JSON Parser?

Nested Object JSON Parser是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Makes JSON easy to read. Open source.”。

扩展截图

screenshot

下载Nested Object JSON Parser扩展crx文件

下载Nested Object JSON Parser扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Nested Object JSON Parser Nested Object JSON Parser
ID gfpiiddjejppjlaegjhfommdfjdfkfop
官方URL https://chromewebstore.google.com/detail/nested-object-json-parser/gfpiiddjejppjlaegjhfommdfjdfkfop
简介 Makes JSON easy to read. Open source.
文件大小 21.21 KB
安装次数 1,545
当前版本 1.0
更新时间 2019-04-28
上架时间 2019-04-23
开发者 Unknown
付费类型 free
支持的语言 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": [
        "*:\/\/*\/*",
        ""
    ]
}