Json Compare
Compare JSON data and find the difference
Json Compareとは何ですか?
Json Compareはrajat.bhatia859によって開発されたChromeの拡張機能で、その主な機能は「Compare JSON data and find the difference」です。
拡張機能のスクリーンショット
Json Compare拡張機能のCRXファイルをダウンロード
Json Compare拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
JSON Compare helps to Compare and find diff in JSON data. It also provides different view which helps to find different in your JSON data.
拡張機能の基本情報
名前 | Json Compare |
ID | peipgdhpkjhneojpaahlknlhndbgkmah |
公式URL | https://chromewebstore.google.com/detail/json-compare/peipgdhpkjhneojpaahlknlhndbgkmah |
説明 | Compare JSON data and find the difference |
ファイルサイズ | 647 KB |
インストール数 | 136 |
現在のバージョン | 1.0.0 |
最終更新日 | 2022-12-21 |
公開日 | 2022-12-21 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | rajat.bhatia859 |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.codifiedcoder.in |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Compare JSON data and find the difference", "version": "1.0.0", "manifest_version": 3, "name": "Json Compare", "background": { "service_worker": "background.bundle.js" }, "action": { "default_popup": "popup.html", "default_icon": "icon-128.png" }, "icons": { "128": "icon-128.png" }, "web_accessible_resources": [ { "resources": [ "icon-128.png", "icon-34.png" ], "matches": [] } ] } |