JSON Viewer

Makes JSON response easy to read.

JSON Viewerคืออะไร?

JSON Viewer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://timleland.com และคุณลักษณะหลักของมันคือ "Makes JSON response easy to read."

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

screenshot

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

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

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

                        Open source JSON viewer
FEATURES
   •   JSON & JSONP support
   •   Syntax highlighting
   •   Collapsible trees, with indent guides
   •   Clickable URLs
   •   Toggle between raw and parsed JSON

Source: https://github.com/timleland/Json-Viewer-Extension                    

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

ชื่อ JSON Viewer JSON Viewer
ID bbdgkoocgebebgihgkhfhlpekclhmfem
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/json-viewer/bbdgkoocgebebgihgkhfhlpekclhmfem
คำอธิบาย Makes JSON response easy to read.
ขนาดไฟล์ 59.51 KB
จำนวนการติดตั้ง 4,749
เวอร์ชันปัจจุบัน 2.0.0
อัปเดตครั้งล่าสุด 2022-02-24
วันที่เผยแพร่ 2020-09-13
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://timleland.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://timleland.com/json-viewer-extension/
URL หน้าช่วยเหลือ https://timleland.com/contact/
URL หน้านโยบายความเป็นส่วนตัว https://t.ly/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "JSON Viewer",
    "homepage_url": "https:\/\/timleland.com\/json-viewer-extension",
    "description": "Makes JSON response easy to read.",
    "version": "2.0.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "vendor\/jquery-3.3.1.min.js",
                "vendor\/json-viewer\/jquery.json-viewer.js",
                "js\/main.js"
            ],
            "css": [
                "vendor\/json-viewer\/jquery.json-viewer.css"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}

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