JSON Diff

JSON Diff chrome extension which works offline

Wat is JSON Diff?

JSON Diff is een Chrome-extensie ontwikkeld door GangadharJannu, en de belangrijkste functie is "JSON Diff chrome extension which works offline".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie JSON Diff

Download JSON Diff-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 DIff is an offline chrome extension which provides one click access to jsondiff.com whether you are connected to internet or not.                    

Basisinformatie over de Extensie

Naam JSON Diff JSON Diff
ID dmndidoancoefdoobhbmjgignfimpmpj
Officiële URL https://chromewebstore.google.com/detail/json-diff/dmndidoancoefdoobhbmjgignfimpmpj
Beschrijving JSON Diff chrome extension which works offline
Bestandsgrootte 32.66 KB
Aantal Installaties 1,558
Huidige Versie 0.5
Laatst Bijgewerkt 2024-02-17
Publicatiedatum 2018-08-04
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar GangadharJannu
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.jsondiff.com/
Help Pagina-URL https://github.com/gangadharjannu/json-diff
URL van de Privacybeleid Pagina https://github.com/gangadharjannu/json-diff/blob/master/privacy-policy.md
Ondersteunde Talen 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"
    }
}