JSON.format

Format JSON data automatically

JSON.formatคืออะไร?

JSON.format เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://decentm.com และคุณลักษณะหลักของมันคือ "Format JSON data automatically"

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

screenshot

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

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

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

                        Make JSON documents readable by reformatting them.                    

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

ชื่อ JSON.format JSON.format
ID kmdhdfngeaifhooibplgfdpaniangcdp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/jsonformat/kmdhdfngeaifhooibplgfdpaniangcdp
คำอธิบาย Format JSON data automatically
ขนาดไฟล์ 13.52 KB
จำนวนการติดตั้ง 355
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2022-04-25
วันที่เผยแพร่ 2018-04-25
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://decentm.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/DecentM/extension-json.format
URL หน้าช่วยเหลือ https://github.com/DecentM/extension-json.format/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JSON.format",
    "short_name": "JSON.format",
    "description": "Format JSON data automatically",
    "version": "1.0.0",
    "manifest_version": 2,
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ]
}