Json Compare

Compare JSON data and find the difference

Json Compare là gì?

Json Compare là một tiện ích mở rộng Chrome được phát triển bởi rajat.bhatia859, và tính năng chính của nó là "Compare JSON data and find the difference".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

Tải xuống tệp CRX của tiện ích mở rộng Json Compare

Tải xuống các tệp mở rộng Json Compare dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Json Compare Json Compare
ID peipgdhpkjhneojpaahlknlhndbgkmah
URL Chính Thức https://chromewebstore.google.com/detail/json-compare/peipgdhpkjhneojpaahlknlhndbgkmah
Mô tả Compare JSON data and find the difference
Kích Thước Tệp 647 KB
Số Lần Cài Đặt 136
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2022-12-21
Ngày Phát Hành 2022-12-21
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển rajat.bhatia859
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.codifiedcoder.in
Ngôn Ngữ Được Hỗ Trợ 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": []
        }
    ]
}