Liveblocks DevTools
A browser extension that lets you inspect Liveblocks real-time collaborative experiences.
Was ist Liveblocks DevTools?
Liveblocks DevTools ist eine Chrome-Erweiterung, die von Liveblocks entwickelt wurde, und ihr Hauptmerkmal ist "A browser extension that lets you inspect Liveblocks real-time collaborative experiences.".
Erweiterungsscreenshots
Liveblocks DevTools-Erweiterungs-CRX-Datei herunterladen
Laden Sie Liveblocks DevTools-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Liveblocks DevTools |
ID | iiagocfmmhknpdalddkbiejnfmbmlffk |
Offizielle URL | https://chromewebstore.google.com/detail/liveblocks-devtools/iiagocfmmhknpdalddkbiejnfmbmlffk |
Beschreibung | A browser extension that lets you inspect Liveblocks real-time collaborative experiences. |
Dateigröße | 448 KB |
Installationsanzahl | 594 |
Aktuelle Version | 1.1.0 |
Letztes Update | 2023-09-29 |
Veröffentlichungsdatum | 2023-01-08 |
Bewertung | 5.00/5 Insgesamt 10 Bewertungen |
Entwickler | Liveblocks |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://liveblocks.io/ |
Hilfeseite URL | https://liveblocks.io/contact |
URL der Datenschutzrichtlinien-Seite | https://liveblocks.io/privacy |
Unterstützte Sprachen | 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": [ " |