JSON Visualizer

View JSON documents

JSON Visualizerคืออะไร?

JSON Visualizer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://json2html.pradeep.in และคุณลักษณะหลักของมันคือ "View JSON documents"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย JSON Visualizer

ดาวน์โหลดไฟล์ส่วนขยาย JSON Visualizer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        JSON Visualizer converts json string to simple human friendly view.
It is helpful to visualize your json text of your REST APIs. Just open your REST API url in chrome.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ JSON Visualizer JSON Visualizer
ID iefhgcbmammocejdgcfojnplekkgbjij
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/json-visualizer/iefhgcbmammocejdgcfojnplekkgbjij
คำอธิบาย View JSON documents
ขนาดไฟล์ 23.67 KB
จำนวนการติดตั้ง 385
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2015-08-13
วันที่เผยแพร่ 2015-08-13
คะแนน 4.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา http://json2html.pradeep.in
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://json2html.pradeep.in/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "JSON Visualizer",
    "description": "View JSON documents",
    "version": "1.0",
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jsonview.js"
            ]
        }
    ]
}