Prettify

Small extension that automatically make pages with JSON/XML/... content prettier.

Prettifyคืออะไร?

Prettify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tiph.io และคุณลักษณะหลักของมันคือ "Small extension that automatically make pages with JSON/XML/... content prettier."

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

screenshot

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

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

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

                        Quick and dirty WebExtension that automatically makes JSON pages good looking. Turns the boring-looking stock JSON rendering into a nice looking, exandable/collaspable view.

The beauty of it is that it automatically runs on every page that has its Content-type set to application/json, so you can forget you've ever installed it, and just enjoy cool-looking JSON pages !                    

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

ชื่อ Prettify Prettify
ID emdbenifhkcjjilaliemafklfdnpckhk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/prettify/emdbenifhkcjjilaliemafklfdnpckhk
คำอธิบาย Small extension that automatically make pages with JSON/XML/... content prettier.
ขนาดไฟล์ 13.27 KB
จำนวนการติดตั้ง 1,049
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2019-12-01
วันที่เผยแพร่ 2019-11-27
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://tiph.io
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://edt.tiph.io/privacy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Prettify",
    "version": "1.0.1",
    "description": "Small extension that automatically make pages with JSON\/XML\/... content prettier.",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "inject.js"
            ],
            "run_at": "document_start"
        }
    ]
}