Json Compare

Compare JSON data and find the difference

ما هو Json Compare؟

Json Compare هو إضافة Chrome تم تطويرها بواسطة rajat.bhatia859، والميزة الرئيسية لها هي "Compare JSON data and find the difference".

لقطات شاشة التمديد

تحميل ملف CRX للإضافة Json Compare

قم بتنزيل ملفات الامتداد Json Compare بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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": []
        }
    ]
}