Liveblocks DevTools
A browser extension that lets you inspect Liveblocks real-time collaborative experiences.
Wat is Liveblocks DevTools?
Liveblocks DevTools is een Chrome-extensie ontwikkeld door Liveblocks, en de belangrijkste functie is "A browser extension that lets you inspect Liveblocks real-time collaborative experiences.".
Extensie Screenshots
Download het CRX-bestand van de extensie Liveblocks DevTools
Download Liveblocks DevTools-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Liveblocks DevTools |
ID | iiagocfmmhknpdalddkbiejnfmbmlffk |
Officiële URL | https://chromewebstore.google.com/detail/liveblocks-devtools/iiagocfmmhknpdalddkbiejnfmbmlffk |
Beschrijving | A browser extension that lets you inspect Liveblocks real-time collaborative experiences. |
Bestandsgrootte | 448 KB |
Aantal Installaties | 594 |
Huidige Versie | 1.1.0 |
Laatst Bijgewerkt | 2023-09-29 |
Publicatiedatum | 2023-01-08 |
Beoordeling | 5.00/5 Totaal 10 Beoordelingen |
Ontwikkelaar | Liveblocks |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://liveblocks.io/ |
Help Pagina-URL | https://liveblocks.io/contact |
URL van de Privacybeleid Pagina | https://liveblocks.io/privacy |
Ondersteunde Talen | 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": [ " |