JSON Formatter 格式化
JSON格式化,可以多窗口多开,方便对比JSON入参和数据出参,现已支持粘贴图片到工作区。Makes JSON easy to read and compare, Image contrast is now supported.
JSON Formatter 格式化คืออะไร?
JSON Formatter 格式化 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 写写而已 และคุณลักษณะหลักของมันคือ "JSON格式化,可以多窗口多开,方便对比JSON入参和数据出参,现已支持粘贴图片到工作区。Makes JSON easy to read and compare, Image contrast is now supported."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย JSON Formatter 格式化
ดาวน์โหลดไฟล์ส่วนขยาย JSON Formatter 格式化 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Right-click, Beautiful, fold, compare JSON, You deserve it. 右键选择JSON Formatter,好看的,可折叠,可比较JSO的工具,你值得拥有!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | JSON Formatter 格式化 |
ID | adfggbiefhfidjcedejkdmcfhmbhhblm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/json-formatter-%E6%A0%BC%E5%BC%8F%E5%8C%96/adfggbiefhfidjcedejkdmcfhmbhhblm |
คำอธิบาย | JSON格式化,可以多窗口多开,方便对比JSON入参和数据出参,现已支持粘贴图片到工作区。Makes JSON easy to read and compare, Image contrast is now supported. |
ขนาดไฟล์ | 57.07 KB |
จำนวนการติดตั้ง | 900 |
เวอร์ชันปัจจุบัน | 1.0.4 |
อัปเดตครั้งล่าสุด | 2023-12-26 |
วันที่เผยแพร่ | 2020-10-18 |
คะแนน | 5.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | 写写而已 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://tuoyan.club |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "js\/background.js" ] }, "description": "JSON\u683c\u5f0f\u5316\uff0c\u53ef\u4ee5\u591a\u7a97\u53e3\u591a\u5f00\uff0c\u65b9\u4fbf\u5bf9\u6bd4JSON\u5165\u53c2\u548c\u6570\u636e\u51fa\u53c2\uff0c\u73b0\u5df2\u652f\u6301\u7c98\u8d34\u56fe\u7247\u5230\u5de5\u4f5c\u533a\u3002Makes JSON easy to read and compare, Image contrast is now supported. ", "icons": { "128": "img\/ico128.png", "16": "img\/ico16.png", "48": "img\/ico48.png", "96": "img\/ico96.png" }, "manifest_version": 2, "browser_action": { "default_icon": "img\/ico48.png", "default_title": "JSON Formatter" }, "name": "JSON Formatter \u683c\u5f0f\u5316", "offline_enabled": true, "content_security_policy": "style-src 'self' 'unsafe-inline';script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "contextMenus" ], "version": "1.0.4" } |