JSON++

JSON viewer with JSON path search

JSON++とは何ですか?

JSON++はDovocodeによって開発されたChromeの拡張機能で、その主な機能は「JSON viewer with JSON path search」です。

拡張機能のスクリーンショット

screenshot
screenshot

JSON++拡張機能のCRXファイルをダウンロード

JSON++拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Direct JSON viewer extension with JSON path search to identify the paths and only test several parts. This extension checks the application/json header. To detect if it should be shown, the data is also collapsible                    

拡張機能の基本情報

名前 JSON++ JSON++
ID iglemljkbocdodbincahibnabahledap
公式URL https://chromewebstore.google.com/detail/json++/iglemljkbocdodbincahibnabahledap
説明 JSON viewer with JSON path search
ファイルサイズ 60.41 KB
インストール数 156
現在のバージョン 0.0.2
最終更新日 2022-07-03
公開日 2020-09-24
開発者 Dovocode
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JSON++",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "JSON viewer with JSON path search",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}