JSONViewer
Format several JSON documents in one window, depends to your screen width, up to 6
JSONViewerคืออะไร?
JSONViewer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย opponic และคุณลักษณะหลักของมันคือ "Format several JSON documents in one window, depends to your screen width, up to 6"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย JSONViewer
ดาวน์โหลดไฟล์ส่วนขยาย 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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | 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 |
อีเมล | [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" ] } |