JSON++

JSON viewer with JSON path search

什么是JSON++?

JSON++是由Dovocode开发的Chrome扩展程序,该扩展的主要功能是“JSON viewer with JSON path search”。

扩展截图

screenshot
screenshot

下载JSON++扩展crx文件

下载JSON++扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Direct JSON viewer extension with JSON path search to identify the paths and only test several parts. This extension checks the application/json header. To detect if it should be shown, the data is also collapsible                    

扩展基本信息

名称 JSON++ JSON++
ID iglemljkbocdodbincahibnabahledap
官方URL https://chromewebstore.google.com/detail/json++/iglemljkbocdodbincahibnabahledap
简介 JSON viewer with JSON path search
文件大小 60.41 KB
安装次数 156
当前版本 0.0.2
更新时间 2022-07-03
上架时间 2020-09-24
开发者 Dovocode
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JSON++",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "JSON viewer with JSON path search",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}