Liveblocks DevTools

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

什麼是Liveblocks DevTools?

Liveblocks DevTools是由Liveblocks開發的Chrome擴展程式,該擴展的主要功能是“A browser extension that lets you inspect Liveblocks real-time collaborative experiences.”。

擴展截圖

screenshot
screenshot
screenshot

下載Liveblocks DevTools擴展crx文件

下載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
官方網址 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
電子郵箱 [email protected]
付費類型 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": [
        ""
    ]
}