Json Compare

Compare JSON data and find the difference

Json Compare क्या है?

Json Compare rajat.bhatia859 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Compare JSON data and find the difference"।

एक्सटेंशन स्क्रीनशॉट्स

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Json Compare एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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