Json Compare
Compare JSON data and find the difference
Qu'est-ce que Json Compare ?
Json Compare est une extension Chrome développée par rajat.bhatia859, et sa fonction principale est "Compare JSON data and find the difference".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Json Compare
Téléchargez les fichiers d'extension Json Compare au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Json Compare |
ID | peipgdhpkjhneojpaahlknlhndbgkmah |
URL Officiel | https://chromewebstore.google.com/detail/json-compare/peipgdhpkjhneojpaahlknlhndbgkmah |
Description | Compare JSON data and find the difference |
Taille du Fichier | 647 KB |
Nombre d'Installations | 136 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2022-12-21 |
Date de Publication | 2022-12-21 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | rajat.bhatia859 |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.codifiedcoder.in |
Langues Prises en Charge | 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": [] } ] } |