JSON Viewer

Makes JSON response easy to read.

JSON Viewerとは何ですか?

JSON Viewerはhttps://timleland.comによって開発されたChromeの拡張機能で、その主な機能は「Makes JSON response easy to read.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Open source JSON viewer
FEATURES
   •   JSON & JSONP support
   •   Syntax highlighting
   •   Collapsible trees, with indent guides
   •   Clickable URLs
   •   Toggle between raw and parsed JSON

Source: https://github.com/timleland/Json-Viewer-Extension                    

拡張機能の基本情報

名前 JSON Viewer JSON Viewer
ID bbdgkoocgebebgihgkhfhlpekclhmfem
公式URL https://chromewebstore.google.com/detail/json-viewer/bbdgkoocgebebgihgkhfhlpekclhmfem
説明 Makes JSON response easy to read.
ファイルサイズ 59.51 KB
インストール数 4,749
現在のバージョン 2.0.0
最終更新日 2022-02-24
公開日 2020-09-13
評価 5.00/5 合計 1 レビュー
開発者 https://timleland.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://timleland.com/json-viewer-extension/
ヘルプページのURL https://timleland.com/contact/
プライバシーポリシーページのURL https://t.ly/privacy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "JSON Viewer",
    "homepage_url": "https:\/\/timleland.com\/json-viewer-extension",
    "description": "Makes JSON response easy to read.",
    "version": "2.0.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "vendor\/jquery-3.3.1.min.js",
                "vendor\/json-viewer\/jquery.json-viewer.js",
                "js\/main.js"
            ],
            "css": [
                "vendor\/json-viewer\/jquery.json-viewer.css"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}