Json Compare

Compare JSON data and find the difference

什么是Json Compare?

Json Compare是由rajat.bhatia859开发的Chrome扩展程序,该扩展的主要功能是“Compare JSON data and find the difference”。

扩展截图

下载Json Compare扩展crx文件

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

扩展使用说明

                        JSON Compare helps to Compare and find diff in JSON data. It also provides different view which helps to find different in your JSON data.                    

扩展基本信息

名称 Json Compare Json Compare
ID peipgdhpkjhneojpaahlknlhndbgkmah
官方URL https://chromewebstore.google.com/detail/json-compare/peipgdhpkjhneojpaahlknlhndbgkmah
简介 Compare JSON data and find the difference
文件大小 647 KB
安装次数 136
当前版本 1.0.0
更新时间 2022-12-21
上架时间 2022-12-21
评分 5.00/5 共1次评分
开发者 rajat.bhatia859
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.codifiedcoder.in
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Compare JSON data and find the difference",
    "version": "1.0.0",
    "manifest_version": 3,
    "name": "Json Compare",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-128.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        }
    ]
}