JSON Diff

JSON Diff chrome extension which works offline

ما هو JSON Diff؟

JSON Diff هو إضافة Chrome تم تطويرها بواسطة GangadharJannu، والميزة الرئيسية لها هي "JSON Diff chrome extension which works offline".

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

screenshot

تحميل ملف CRX للإضافة JSON Diff

قم بتنزيل ملفات الامتداد JSON Diff بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        JSON DIff is an offline chrome extension which provides one click access to jsondiff.com whether you are connected to internet or not.                    

معلومات أساسية عن التمديد

الاسم JSON Diff JSON Diff
ID dmndidoancoefdoobhbmjgignfimpmpj
عنوان URL الرسمي https://chromewebstore.google.com/detail/json-diff/dmndidoancoefdoobhbmjgignfimpmpj
الوصف JSON Diff chrome extension which works offline
حجم الملف 32.66 KB
عدد التثبيتات 1,558
النسخة الحالية 0.5
آخر تحديث 2024-02-17
تاريخ النشر 2018-08-04
تقييم 5.00/5 مجموع تقييمات 2
المطور GangadharJannu
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://www.jsondiff.com/
عنوان صفحة المساعدة https://github.com/gangadharjannu/json-diff
عنوان صفحة سياسة الخصوصية https://github.com/gangadharjannu/json-diff/blob/master/privacy-policy.md
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JSON Diff",
    "version": "0.5",
    "description": "JSON Diff chrome extension which works offline",
    "manifest_version": 3,
    "icons": {
        "16": "json-diff-16.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_title": "JSON Diff offline"
    }
}