JSONViewer
Format several JSON documents in one window, depends to your screen width, up to 6
JSONViewerとは何ですか?
JSONViewerはopponicによって開発されたChromeの拡張機能で、その主な機能は「Format several JSON documents in one window, depends to your screen width, up to 6」です。
拡張機能のスクリーンショット
JSONViewer拡張機能のCRXファイルをダウンロード
JSONViewer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Now is available for Firefox, Microsoft Edge and 360 Browser(from China), for more details, Please visit: https://github.com/oppoic/JSONViewer 拡張機能の基本情報
| 名前 | |
| ID | khbdpaabobknhhlpglenglkkhdmkfnca |
| 公式URL | https://chromewebstore.google.com/detail/jsonviewer/khbdpaabobknhhlpglenglkkhdmkfnca |
| 説明 | Format several JSON documents in one window, depends to your screen width, up to 6 |
| ファイルサイズ | 565 KB |
| インストール数 | 9,000 |
| 現在のバージョン | 2.1.0 |
| 最終更新日 | 2023-07-07 |
| 公開日 | 2020-04-14 |
| 評価 | 4.80/5 合計 10 レビュー |
| 開発者 | opponic |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/oppoic/JSONViewer |
| ヘルプページのURL | https://github.com/oppoic/JSONViewer/issues |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "JSONViewer",
"description": "Format several JSON documents in one window, depends to your screen width, up to 6",
"version": "2.1.0",
"icons": {
"16": "images\/16.png",
"32": "images\/32.png",
"48": "images\/48.png",
"128": "images\/128.png"
},
"action": {
"default_icon": {
"16": "images\/16.png",
"32": "images\/32.png",
"48": "images\/48.png",
"128": "images\/128.png"
}
},
"background": {
"service_worker": "js\/background.js"
},
"permissions": [
"storage"
]
} | |