Json Compare
Compare JSON data and find the difference
Apa itu Json Compare?
Json Compare adalah ekstensi Chrome yang dikembangkan oleh rajat.bhatia859, dan fitur utamanya adalah "Compare JSON data and find the difference".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Json Compare
Unduh file ekstensi Json Compare dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Json Compare |
ID | peipgdhpkjhneojpaahlknlhndbgkmah |
URL Resmi | https://chromewebstore.google.com/detail/json-compare/peipgdhpkjhneojpaahlknlhndbgkmah |
Deskripsi | Compare JSON data and find the difference |
Ukuran File | 647 KB |
Jumlah Instalasi | 136 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2022-12-21 |
Tanggal Publikasi | 2022-12-21 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | rajat.bhatia859 |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.codifiedcoder.in |
Bahasa yang Didukung | 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": [] } ] } |