JSON Diff
JSON Diff chrome extension which works offline
JSON Diffとは何ですか?
JSON DiffはGangadharJannuによって開発されたChromeの拡張機能で、その主な機能は「JSON Diff chrome extension which works offline」です。
拡張機能のスクリーンショット
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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
} | |