Preloaded JSON viewer

View all JSON information loaded in a webpage inside a script tag with type text/json

Preloaded JSON viewerคืออะไร?

Preloaded JSON viewer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dipak และคุณลักษณะหลักของมันคือ "View all JSON information loaded in a webpage inside a script tag with type text/json"

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

screenshot

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

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

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

 Web site is client-side rendered using React. We normally load data over HTTPS using our syncer architecture, but to avoid the extra roundtrip for the first screen that’s displayed, we embed it into the initial HTML response. Once the server has loaded the data that the client will need¹, it outputs it using a simple 

This chrome plugin will help to see the data loaded into page like this, to help ease debugging while development and testing                    

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

ชื่อ Preloaded JSON viewer Preloaded JSON viewer
ID ljblpbnhpnnkjkeilohccngpjmjhifkj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/preloaded-json-viewer/ljblpbnhpnnkjkeilohccngpjmjhifkj
คำอธิบาย View all JSON information loaded in a webpage inside a script tag with type text/json
ขนาดไฟล์ 47.73 KB
จำนวนการติดตั้ง 22
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2019-05-03
วันที่เผยแพร่ 2019-04-29
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Dipak
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/dipakchandranp/preloaded-json-viewer
URL หน้าช่วยเหลือ https://github.com/dipakchandranp/preloaded-json-viewer/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Preloaded JSON viewer",
    "version": "1.2",
    "description": "View all JSON information loaded in a webpage inside a script tag with type text\/json",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "JSON viewer",
        "default_icons": {
            "16": "images\/16.png",
            "32": "images\/32.png",
            "48": "images\/64.png",
            "128": "images\/128.png"
        }
    },
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/64.png",
        "128": "images\/128.png"
    },
    "manifest_version": 2
}

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