jsonz

Make JSON pretty and syntax highlight

jsonzとは何ですか?

jsonzはJihchi Leeによって開発されたChromeの拡張機能で、その主な機能は「Make JSON pretty and syntax highlight」です。

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

screenshot

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

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

拡張機能の使用方法

                        1. Click-and-prettify JSON content regardless of content type
2. Force specific URL to automatically prettify JSON content
3. Display syntax highlight after content prettified                    

拡張機能の基本情報

名前 jsonz jsonz
ID ahendnlfikgofocdohpgaddkfjhbicnc
公式URL https://chromewebstore.google.com/detail/jsonz/ahendnlfikgofocdohpgaddkfjhbicnc
説明 Make JSON pretty and syntax highlight
ファイルサイズ 254 KB
インストール数 30
現在のバージョン 2.1.1
最終更新日 2019-03-08
公開日 2019-03-08
評価 5.00/5 合計 1 レビュー
開発者 Jihchi Lee
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/jihchi/jsonz
ヘルプページのURL https://github.com/jihchi/jsonz/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "jsonz",
    "version": "2.1.1",
    "author": "Archie Lee "
    ],
    "web_accessible_resources": [
        "bundled\/commons.css"
    ],
    "options_page": "bundled\/options.html",
    "background": {
        "scripts": [
            "bundled\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Pretty and syntax highlight"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "bundled\/commons.bundle.js",
                "bundled\/inject.bundle.js"
            ],
            "run_at": "document_start"
        }
    ],
    "manifest_version": 2
}