JSON-handle
It's a browser and editor for JSON document.You can get a beautiful view
JSON-handleคืออะไร?
JSON-handle เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://jsonhandle.sinaapp.com และคุณลักษณะหลักของมันคือ "It's a browser and editor for JSON document.You can get a beautiful view"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย JSON-handle
ดาวน์โหลดไฟล์ส่วนขยาย JSON-handle ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
对JSON格式的内容进行浏览和编辑,以树形图样式展现JSON文档,并可实时编辑。 Edit and browse JSON document in a node tree diagram. After installed, open the URL will trigger JSON-handle: 安装后打开下面网址可以看到JSON-handle启动的效果: http://jsonhandle.sinaapp.com/demo.json
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | JSON-handle |
ID | iahnhfdhidomcpggpaimmmahffihkfnj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/json-handle/iahnhfdhidomcpggpaimmmahffihkfnj |
คำอธิบาย | It's a browser and editor for JSON document.You can get a beautiful view |
ขนาดไฟล์ | 193 KB |
จำนวนการติดตั้ง | 207,603 |
เวอร์ชันปัจจุบัน | 0.6.2 |
อัปเดตครั้งล่าสุด | 2021-12-22 |
วันที่เผยแพร่ | 2020-03-11 |
คะแนน | 4.79/5 รวมทั้งหมด 442 คะแนน |
ผู้พัฒนา | https://jsonhandle.sinaapp.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://jsonhandle.sinaapp.com/ |
URL หน้าช่วยเหลือ | http://jsonhandle.sinaapp.com/ |
URL หน้านโยบายความเป็นส่วนตัว | https://jsonhandle.sinaapp.com |
ภาษาที่รองรับ | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "JSON-handle", "version": "0.6.2", "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "description": "It's a browser and editor for JSON document.You can get a beautiful view", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "ftp:\/\/*\/*", "file:\/\/*", "file:\/\/\/*" ], "js": [ "content_scripts.js" ], "run_at": "document_end", "all_frames": false } ], "browser_action": { "default_title": "JSON-handle", "default_icon": "logo16.png" }, "options_page": "options.html", "web_accessible_resources": [ "JSON-handle\/JSON-handle.html", "options.html" ], "offline_enabled": true, "permissions": [ "contextMenus", "webRequest", "tabs", " |