JSON Diff

JSON Diff chrome extension which works offline

What is JSON Diff?

JSON Diff is a Chrome extension developed by GangadharJannu, and its main feature is "JSON Diff chrome extension which works offline".

Extension Screenshots

screenshot

Download JSON Diff Extension CRX File

Download JSON Diff extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        JSON DIff is an offline chrome extension which provides one click access to jsondiff.com whether you are connected to internet or not.                    

Extension Basic Information

Name JSON Diff JSON Diff
ID dmndidoancoefdoobhbmjgignfimpmpj
Official URL https://chromewebstore.google.com/detail/json-diff/dmndidoancoefdoobhbmjgignfimpmpj
Description JSON Diff chrome extension which works offline
File Size 32.66 KB
Installation Count 1,558
Current Version 0.5
Last Updated 2024-02-17
Publish Date 2018-08-04
Rating 5.00/5 Total 2 Ratings
Developer GangadharJannu
Email [email protected]
Payment Type free
Extension Website http://www.jsondiff.com/
Help Page URL https://github.com/gangadharjannu/json-diff
Privacy Policy Page URL https://github.com/gangadharjannu/json-diff/blob/master/privacy-policy.md
Supported Languages 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"
    }
}