Ultra Fast JSON Viewer

Quickly beautifies JSON.

Ultra Fast JSON Viewerคืออะไร?

Ultra Fast JSON Viewer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Quickly beautifies JSON."

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

screenshot
screenshot

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

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

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

                        Detects, parses, and renders JSON very fast by minimizing styling. Future updates will allow for finer control of level of styles.                    

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

ชื่อ Ultra Fast JSON Viewer Ultra Fast JSON Viewer
ID achlegaapdgcnnhfmliagapbampafine
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ultra-fast-json-viewer/achlegaapdgcnnhfmliagapbampafine
คำอธิบาย Quickly beautifies JSON.
ขนาดไฟล์ 9.94 KB
จำนวนการติดตั้ง 252
เวอร์ชันปัจจุบัน 1.0.4
อัปเดตครั้งล่าสุด 2017-06-22
วันที่เผยแพร่ 2017-06-22
คะแนน 4.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ultra Fast JSON Viewer",
    "version": "1.0.4",
    "description": "Quickly beautifies JSON.",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "img\/icon - large.png",
        "default_popup": "popup.html"
    },
    "author": "Ed Mak",
    "icons": {
        "128": "img\/icon - large.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "file:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "settings.js",
                "jsonify.js"
            ]
        }
    ],
    "permissions": [
        "*:\/\/*\/*",
        "storage"
    ]
}

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