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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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": []
        }
    ]
}