Datalog Console
Datalog DB administration panel for the chrome console
Wat is Datalog Console?
Datalog Console is een Chrome-extensie ontwikkeld door https://homebase.io, en de belangrijkste functie is "Datalog DB administration panel for the chrome console".
Extensie Screenshots
Download het CRX-bestand van de extensie Datalog Console
Download Datalog Console-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
Inspect any Datalog database in homebase-react v0.7.0 or above. General support for Datalog databases like Datascript and Datahike is in development. Roadmap: https://github.com/homebaseio/datalog-console/projects/1
Basisinformatie over de Extensie
Naam | Datalog Console |
ID | cfgbajnnabfanfdkhpdhndegpmepnlmb |
Officiële URL | https://chromewebstore.google.com/detail/datalog-console/cfgbajnnabfanfdkhpdhndegpmepnlmb |
Beschrijving | Datalog DB administration panel for the chrome console |
Bestandsgrootte | 232 KB |
Aantal Installaties | 43 |
Huidige Versie | 0.3.0 |
Laatst Bijgewerkt | 2021-06-24 |
Publicatiedatum | 2021-05-17 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://homebase.io |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/homebaseio/datalog-console |
Help Pagina-URL | https://github.com/homebaseio/datalog-console/issues |
URL van de Privacybeleid Pagina | https://homebase.io/privacy |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Datalog DB administration panel for the chrome console", "devtools_page": "devtools.html", "permissions": [ "file:\/\/\/*", "http:\/\/*\/*", "https:\/\/*\/*", "storage" ], "browser_action": { "default_icon": { "16": "images\/default\/icon-16.png", "32": "images\/default\/icon-32.png", "48": "images\/default\/icon-48.png", "128": "images\/default\/icon-128.png" }, "default_popup": "popups\/disabled.html" }, "name": "Datalog Console", "background": { "scripts": [ "out\/shared.js", "out\/background.js" ], "persistent": false }, "externally_connectable": { "ids": [ "*" ] }, "icons": { "16": "images\/default\/icon-16.png", "32": "images\/default\/icon-32.png", "48": "images\/default\/icon-48.png", "128": "images\/default\/icon-128.png" }, "content_security_policy": "default-src 'self'; script-src 'self' 'unsafe-eval' http:\/\/localhost:9610; connect-src * data: blob: filesystem:; style-src 'self' data: chrome-extension-resource: 'unsafe-inline'; img-src 'self' data: chrome-extension-resource:; frame-src 'self' data: chrome-extension-resource:; font-src 'self' data: chrome-extension-resource:; media-src * data: blob: filesystem:;", "content_scripts": [ { "js": [ "out\/shared.js", "out\/content-script.js" ], "matches": [ " |