JSON Formatter

The best JSON Formatter!

JSON Formatterとは何ですか?

JSON Formatterはdermasmidによって開発されたChromeの拡張機能で、その主な機能は「The best JSON Formatter!」です。

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

screenshot

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

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

拡張機能の使用方法

                        FEATURES

* Easily view and edit any JSON data
* Search for values in JSON
* Use JMESPath to transform the JSON                    

拡張機能の基本情報

名前 JSON Formatter JSON Formatter
ID pifbikkadjogefgbgeddhihjfjboehom
公式URL https://chromewebstore.google.com/detail/json-formatter/pifbikkadjogefgbgeddhihjfjboehom
説明 The best JSON Formatter!
ファイルサイズ 286 KB
インストール数 43
現在のバージョン 0.2.3
最終更新日 2023-06-12
公開日 2022-04-06
評価 5.00/5 合計 1 レビュー
開発者 dermasmid
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/dermasmid/jsoneditor-ext
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "The best JSON Formatter!",
    "version": "0.2.3",
    "manifest_version": 3,
    "name": "JSON Formatter",
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icon-128.png"
            ],
            "matches": []
        },
        {
            "resources": [
                "*.svg"
            ],
            "matches": [
                ""
            ]
        }
    ]
}