JSON Diff

JSON Diff chrome extension which works offline

JSON Diff là gì?

JSON Diff là một tiện ích mở rộng Chrome được phát triển bởi GangadharJannu, và tính năng chính của nó là "JSON Diff chrome extension which works offline".

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

screenshot

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

Tải xuống các tệp mở rộng JSON Diff 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 DIff is an offline chrome extension which provides one click access to jsondiff.com whether you are connected to internet or not.                    

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

Tên JSON Diff JSON Diff
ID dmndidoancoefdoobhbmjgignfimpmpj
URL Chính Thức https://chromewebstore.google.com/detail/json-diff/dmndidoancoefdoobhbmjgignfimpmpj
Mô tả JSON Diff chrome extension which works offline
Kích Thước Tệp 32.66 KB
Số Lần Cài Đặt 1,558
Phiên Bản Hiện Tại 0.5
Cập Nhật Lần Cuối 2024-02-17
Ngày Phát Hành 2018-08-04
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển GangadharJannu
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.jsondiff.com/
URL Trang Trợ Giúp https://github.com/gangadharjannu/json-diff
URL Trang Chính Sách Bảo Mật https://github.com/gangadharjannu/json-diff/blob/master/privacy-policy.md
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}