Json Compare

Compare JSON data and find the difference

What is Json Compare?

Json Compare is a Chrome extension developed by rajat.bhatia859, and its main feature is "Compare JSON data and find the difference".

Extension Screenshots

Download Json Compare Extension CRX File

Download Json Compare extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Json Compare Json Compare
ID peipgdhpkjhneojpaahlknlhndbgkmah
Official URL https://chromewebstore.google.com/detail/json-compare/peipgdhpkjhneojpaahlknlhndbgkmah
Description Compare JSON data and find the difference
File Size 647 KB
Installation Count 136
Current Version 1.0.0
Last Updated 2022-12-21
Publish Date 2022-12-21
Rating 5.00/5 Total 1 Ratings
Developer rajat.bhatia859
Email [email protected]
Payment Type free
Extension Website https://www.codifiedcoder.in
Supported Languages 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": []
        }
    ]
}