JSON Diff
JSON Diff chrome extension which works offline
Vad är JSON Diff?
JSON Diff är en Chrome-tillägg utvecklad av GangadharJannu, och dess huvudfunktion är "JSON Diff chrome extension which works offline".
Tilläggsskärmbilder
Ladda ner JSON Diff-förlängningens CRX-fil
Ladda ner JSON Diff-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
JSON DIff is an offline chrome extension which provides one click access to jsondiff.com whether you are connected to internet or not. Grundläggande Information om Tillägg
| Namn | |
| ID | dmndidoancoefdoobhbmjgignfimpmpj |
| Officiell webbadress | https://chromewebstore.google.com/detail/json-diff/dmndidoancoefdoobhbmjgignfimpmpj |
| Beskrivning | JSON Diff chrome extension which works offline |
| Filstorlek | 32.66 KB |
| Antal Installationer | 1,558 |
| Aktuell Version | 0.5 |
| Senast Uppdaterad | 2024-02-17 |
| Publiceringsdatum | 2018-08-04 |
| Betyg | 5.00/5 Totalt 2 Betyg |
| Utvecklare | GangadharJannu |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | http://www.jsondiff.com/ |
| Hjälpsida URL | https://github.com/gangadharjannu/json-diff |
| URL till Sekretesspolicy Sidan | https://github.com/gangadharjannu/json-diff/blob/master/privacy-policy.md |
| Stödda Språk | 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"
}
} | |