Prettify

Small extension that automatically make pages with JSON/XML/... content prettier.

Prettifyとは何ですか?

Prettifyはhttps://tiph.ioによって開発されたChromeの拡張機能で、その主な機能は「Small extension that automatically make pages with JSON/XML/... content prettier.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Quick and dirty WebExtension that automatically makes JSON pages good looking. Turns the boring-looking stock JSON rendering into a nice looking, exandable/collaspable view.

The beauty of it is that it automatically runs on every page that has its Content-type set to application/json, so you can forget you've ever installed it, and just enjoy cool-looking JSON pages !                    

拡張機能の基本情報

名前 Prettify Prettify
ID emdbenifhkcjjilaliemafklfdnpckhk
公式URL https://chromewebstore.google.com/detail/prettify/emdbenifhkcjjilaliemafklfdnpckhk
説明 Small extension that automatically make pages with JSON/XML/... content prettier.
ファイルサイズ 13.27 KB
インストール数 1,049
現在のバージョン 1.0.1
最終更新日 2019-12-01
公開日 2019-11-27
評価 5.00/5 合計 1 レビュー
開発者 https://tiph.io
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://edt.tiph.io/privacy.html
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Prettify",
    "version": "1.0.1",
    "description": "Small extension that automatically make pages with JSON\/XML\/... content prettier.",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "inject.js"
            ],
            "run_at": "document_start"
        }
    ]
}