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
官方網址 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"
    }
}