Nested Object JSON Parser

Makes JSON easy to read. Open source.

Nested Object JSON Parserคืออะไร?

Nested Object JSON Parser เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Makes JSON easy to read. Open source."

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

screenshot

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

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

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

                        Nested JSON Parser is an extension to format JSON content including nested json stringify objects                    

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

ชื่อ Nested Object JSON Parser Nested Object JSON Parser
ID gfpiiddjejppjlaegjhfommdfjdfkfop
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/nested-object-json-parser/gfpiiddjejppjlaegjhfommdfjdfkfop
คำอธิบาย Makes JSON easy to read. Open source.
ขนาดไฟล์ 21.21 KB
จำนวนการติดตั้ง 1,545
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2019-04-28
วันที่เผยแพร่ 2019-04-23
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Nested Object JSON Parser",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Makes JSON easy to read. Open source.",
    "homepage_url": "https:\/\/github.com\/callumlocke\/json-formatter",
    "minimum_chrome_version": "21",
    "icons": {
        "128": "icons\/128.png",
        "32": "icons\/32.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "*:\/\/*\/*",
        ""
    ]
}