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"
    ]
}