jsonz

Make JSON pretty and syntax highlight

jsonzคืออะไร?

jsonz เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jihchi Lee และคุณลักษณะหลักของมันคือ "Make JSON pretty and syntax highlight"

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

screenshot

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

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

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

                        1. Click-and-prettify JSON content regardless of content type
2. Force specific URL to automatically prettify JSON content
3. Display syntax highlight after content prettified                    

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

ชื่อ jsonz jsonz
ID ahendnlfikgofocdohpgaddkfjhbicnc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/jsonz/ahendnlfikgofocdohpgaddkfjhbicnc
คำอธิบาย Make JSON pretty and syntax highlight
ขนาดไฟล์ 254 KB
จำนวนการติดตั้ง 30
เวอร์ชันปัจจุบัน 2.1.1
อัปเดตครั้งล่าสุด 2019-03-08
วันที่เผยแพร่ 2019-03-08
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Jihchi Lee
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/jihchi/jsonz
URL หน้าช่วยเหลือ https://github.com/jihchi/jsonz/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "jsonz",
    "version": "2.1.1",
    "author": "Archie Lee "
    ],
    "web_accessible_resources": [
        "bundled\/commons.css"
    ],
    "options_page": "bundled\/options.html",
    "background": {
        "scripts": [
            "bundled\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Pretty and syntax highlight"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "bundled\/commons.bundle.js",
                "bundled\/inject.bundle.js"
            ],
            "run_at": "document_start"
        }
    ],
    "manifest_version": 2
}