Liveblocks DevTools

A browser extension that lets you inspect Liveblocks real-time collaborative experiences.

Liveblocks DevToolsคืออะไร?

Liveblocks DevTools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Liveblocks และคุณลักษณะหลักของมันคือ "A browser extension that lets you inspect Liveblocks real-time collaborative experiences."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Liveblocks DevTools is a browser extension that lets you inspect Liveblocks real-time collaborative experiences.

✦ The Storage tab shows you the current room’s storage data.
✦ The Presence tab shows you the current users’ presence data.
✦ All tabs and what they show update automatically in real-time.
✦ Supports light and dark mode.                    

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

ชื่อ Liveblocks DevTools Liveblocks DevTools
ID iiagocfmmhknpdalddkbiejnfmbmlffk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/liveblocks-devtools/iiagocfmmhknpdalddkbiejnfmbmlffk
คำอธิบาย A browser extension that lets you inspect Liveblocks real-time collaborative experiences.
ขนาดไฟล์ 448 KB
จำนวนการติดตั้ง 594
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2023-09-29
วันที่เผยแพร่ 2023-01-08
คะแนน 5.00/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา Liveblocks
อีเมล developer@liveblocks.io
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://liveblocks.io/
URL หน้าช่วยเหลือ https://liveblocks.io/contact
URL หน้านโยบายความเป็นส่วนตัว https://liveblocks.io/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.a19ebbb1.png",
        "32": "icon32.plasmo.0c2cc169.png",
        "48": "icon48.plasmo.1aa793e6.png",
        "64": "icon64.plasmo.e6b557f0.png",
        "128": "icon128.plasmo.f3dd7a27.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.a19ebbb1.png",
            "32": "icon32.plasmo.0c2cc169.png",
            "48": "icon48.plasmo.1aa793e6.png",
            "64": "icon64.plasmo.e6b557f0.png",
            "128": "icon128.plasmo.f3dd7a27.png"
        },
        "default_popup": "popup.html"
    },
    "version": "1.1.0",
    "name": "Liveblocks DevTools",
    "description": "A browser extension that lets you inspect Liveblocks real-time collaborative experiences.",
    "homepage_url": "https:\/\/liveblocks.io",
    "background": {
        "service_worker": "static\/background\/index.js"
    },
    "devtools_page": "devtools.html",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.6b114a49.js"
            ],
            "all_frames": true,
            "css": []
        }
    ],
    "host_permissions": [
        ""
    ]
}