JSON Viewer

Port of Firefox's JSON Viewer

JSON Viewerคืออะไร?

JSON Viewer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rongjian Zhang และคุณลักษณะหลักของมันคือ "Port of Firefox's JSON Viewer"

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

screenshot

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

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

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

                        This is a port of Firefox's JSON Viewer

If you open a JSON file in the browser, it is parsed and given syntax highlighting. Arrays and objects are shown collapsed, and you can expand them using the "+" icons.

Source code:
https://github.com/pd4d10/json-viewer                    

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

ชื่อ JSON Viewer JSON Viewer
ID efknglbfhoddmmfabeihlemgekhhnabb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/json-viewer/efknglbfhoddmmfabeihlemgekhhnabb
คำอธิบาย Port of Firefox's JSON Viewer
ขนาดไฟล์ 136 KB
จำนวนการติดตั้ง 38,037
เวอร์ชันปัจจุบัน 2.1.0
อัปเดตครั้งล่าสุด 2023-09-17
วันที่เผยแพร่ 2018-05-27
คะแนน 4.75/5 รวมทั้งหมด 40 คะแนน
ผู้พัฒนา Rongjian Zhang
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/pd4d10/json-viewer
URL หน้าช่วยเหลือ https://github.com/pd4d10/json-viewer
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "JSON Viewer",
    "version": "2.1.0",
    "description": "Port of Firefox's JSON Viewer",
    "offline_enabled": true,
    "homepage_url": "https:\/\/github.com\/pd4d10\/json-viewer",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "dist\/content-script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "storage"
    ]
}

ส่วนขยายที่เกี่ยวข้อง