JSON Diff
JSON Diff chrome extension which works offline
Qu'est-ce que JSON Diff ?
JSON Diff est une extension Chrome développée par GangadharJannu, et sa fonction principale est "JSON Diff chrome extension which works offline".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension JSON Diff
Téléchargez les fichiers d'extension JSON Diff 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 DIff is an offline chrome extension which provides one click access to jsondiff.com whether you are connected to internet or not.
Informations de Base sur l'Extension
Nom | JSON Diff |
ID | dmndidoancoefdoobhbmjgignfimpmpj |
URL Officiel | https://chromewebstore.google.com/detail/json-diff/dmndidoancoefdoobhbmjgignfimpmpj |
Description | JSON Diff chrome extension which works offline |
Taille du Fichier | 32.66 KB |
Nombre d'Installations | 1,558 |
Version Actuelle | 0.5 |
Dernière Mise à Jour | 2024-02-17 |
Date de Publication | 2018-08-04 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | GangadharJannu |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://www.jsondiff.com/ |
URL de la Page d'Aide | https://github.com/gangadharjannu/json-diff |
URL de la Page de Politique de Confidentialité | https://github.com/gangadharjannu/json-diff/blob/master/privacy-policy.md |
Langues Prises en Charge | 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" } } |