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": [
        "*:\/\/*\/*",
        ""
    ]
}