JSON Diff

JSON Diff chrome extension which works offline

什么是JSON Diff?

JSON Diff是由GangadharJannu开发的Chrome扩展程序,该扩展的主要功能是“JSON Diff chrome extension which works offline”。

扩展截图

screenshot

下载JSON Diff扩展crx文件

下载JSON Diff扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 JSON Diff JSON Diff
ID dmndidoancoefdoobhbmjgignfimpmpj
官方URL https://chromewebstore.google.com/detail/json-diff/dmndidoancoefdoobhbmjgignfimpmpj
简介 JSON Diff chrome extension which works offline
文件大小 32.66 KB
安装次数 1,558
当前版本 0.5
更新时间 2024-02-17
上架时间 2018-08-04
评分 5.00/5 共2次评分
开发者 GangadharJannu
电子邮箱 [email protected]
付费类型 free
扩展官网 http://www.jsondiff.com/
帮助页面URL https://github.com/gangadharjannu/json-diff
隐私政策页面URL https://github.com/gangadharjannu/json-diff/blob/master/privacy-policy.md
支持的语言 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"
    }
}