JSON.format

Format JSON data automatically

JSON.formatとは何ですか?

JSON.formatはhttps://decentm.comによって開発されたChromeの拡張機能で、その主な機能は「Format JSON data automatically」です。

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

screenshot

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

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

拡張機能の使用方法

                        Make JSON documents readable by reformatting them.                    

拡張機能の基本情報

名前 JSON.format JSON.format
ID kmdhdfngeaifhooibplgfdpaniangcdp
公式URL https://chromewebstore.google.com/detail/jsonformat/kmdhdfngeaifhooibplgfdpaniangcdp
説明 Format JSON data automatically
ファイルサイズ 13.52 KB
インストール数 355
現在のバージョン 1.0.0
最終更新日 2022-04-25
公開日 2018-04-25
評価 5.00/5 合計 1 レビュー
開発者 https://decentm.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/DecentM/extension-json.format
ヘルプページのURL https://github.com/DecentM/extension-json.format/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JSON.format",
    "short_name": "JSON.format",
    "description": "Format JSON data automatically",
    "version": "1.0.0",
    "manifest_version": 2,
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ]
}