JSON Viewer
Create,edit,delete and Format JSON object easyly.
JSON Viewerคืออะไร?
JSON Viewer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://w3dnetwork.com และคุณลักษณะหลักของมันคือ "Create,edit,delete and Format JSON object easyly."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย JSON Viewer
ดาวน์โหลดไฟล์ส่วนขยาย JSON Viewer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
No Cookie and server side processing : Most of the available tool use cookie and server side processing to formate,store,process JSON document. In some project, where we deal with sensitive client data we should not use this type of tools . We use to face a lot of challenges while developing API based projects. I have not used any cookie or server side processing to process the data. Anyone can freely use this tool in any project. Your data will not travel over the network, instead it will process in side the browser on the fly using JavaScript only. You can verify this by using FireFox in built console's network and storage tab. Load external JSON file : You can load any JSON file from your disk and also the file will not get uploaded into the server. It will get processed only in browser using JavaScript. Save loaded JSON file into disk : You can download/save the JSON as file into your disk by one click only. Different view in a single Editor : You can view your data in different mode in a single editor window by clicking the navigation or changing the mode drop-down menu. In the same editor window you can alter the object manually in code editor mode or using object editor in Tree view. Note: It is built using open source framework including {https://github.com/ajaxorg/ace},{https://github.com/epoberezkin/ajv},{https://github.com/josdejong/jsoneditor/},{https://getbootstrap.com/},{https://jquery.com/} ETC.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | JSON Viewer |
ID | okkmcikiomamamiehecmghonbhgkdgda |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/json-viewer/okkmcikiomamamiehecmghonbhgkdgda |
คำอธิบาย | Create,edit,delete and Format JSON object easyly. |
ขนาดไฟล์ | 482 KB |
จำนวนการติดตั้ง | 30,000 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2019-01-31 |
วันที่เผยแพร่ | 2019-01-31 |
คะแนน | 4.67/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | https://w3dnetwork.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.w3dnetwork.com/json-formatter.html |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "JSON Viewer", "version": "1.0", "homepage_url": "https:\/\/github.com\/rahulmukherjee85\/JSON-Viewer", "description": "Create,edit,delete and Format JSON object easyly.", "minimum_chrome_version": "23", "icons": { "16": "code_16.png", "128": "code_128.png" }, "browser_action": { "browser_style": true, "default_icon": "code_16.png", "default_title": "JSON-Viewer" }, "background": { "scripts": [ "main.js" ] } } |