Json Compare
Compare JSON data and find the difference
Wat is Json Compare?
Json Compare is een Chrome-extensie ontwikkeld door rajat.bhatia859, en de belangrijkste functie is "Compare JSON data and find the difference".
Extensie Screenshots
Download het CRX-bestand van de extensie Json Compare
Download Json Compare-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Json Compare |
ID | peipgdhpkjhneojpaahlknlhndbgkmah |
Officiële URL | https://chromewebstore.google.com/detail/json-compare/peipgdhpkjhneojpaahlknlhndbgkmah |
Beschrijving | Compare JSON data and find the difference |
Bestandsgrootte | 647 KB |
Aantal Installaties | 136 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2022-12-21 |
Publicatiedatum | 2022-12-21 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | rajat.bhatia859 |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.codifiedcoder.in |
Ondersteunde Talen | 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": [] } ] } |