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 |
| 官方網址 | 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 |
| 電子郵箱 | [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"
]
} | |