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
公式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
Eメール [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": [
        ""
    ]
}