JSON pathfinder

Formats websites containing JSON and allows to search them using jsonpath

JSON pathfinderとは何ですか?

JSON pathfinderはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Formats websites containing JSON and allows to search them using jsonpath」です。

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

screenshot

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

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

拡張機能の使用方法

                        Formats websites containing JSON and allows to search them using jsonpath                    

拡張機能の基本情報

名前 JSON pathfinder JSON pathfinder
ID cgpbbgjlljobcemhhimjknkldpinacpn
公式URL https://chromewebstore.google.com/detail/json-pathfinder/cgpbbgjlljobcemhhimjknkldpinacpn
説明 Formats websites containing JSON and allows to search them using jsonpath
ファイルサイズ 561 KB
インストール数 9,247
現在のバージョン 0.0.1
最終更新日 2016-10-31
公開日 2016-10-31
評価 2.55/5 合計 11 レビュー
開発者 Unknown
支払い方法 free
拡張機能のウェブサイト https://github.com/radek-novak/json-commander
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JSON pathfinder",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "",
    "homepage_url": "https:\/\/github.com\/radek-novak\/json-commander",
    "minimum_chrome_version": "21",
    "icons": {
        "128": "icons\/icon_128.png",
        "32": "icons\/icon_32.png"
    },
    "background": {
        "scripts": [
            "build\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "build\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "*:\/\/*\/*",
        "",
        "storage"
    ]
}