Datalog Console
Datalog DB administration panel for the chrome console
Hvad er Datalog Console?
Datalog Console er en Chrome-udvidelse udviklet af https://homebase.io, og dens hovedfunktion er "Datalog DB administration panel for the chrome console".
Udvidelsesskærmbilleder
Download Datalog Console-udvidelses-CRX-fil
Download Datalog Console-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Datalog Console |
ID | cfgbajnnabfanfdkhpdhndegpmepnlmb |
Officiel URL | https://chromewebstore.google.com/detail/datalog-console/cfgbajnnabfanfdkhpdhndegpmepnlmb |
Beskrivelse | Datalog DB administration panel for the chrome console |
Filstørrelse | 232 KB |
Antal Installationer | 43 |
Nuværende Version | 0.3.0 |
Senest Opdateret | 2021-06-24 |
Udgivelsesdato | 2021-05-17 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | https://homebase.io |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/homebaseio/datalog-console |
Hjælpeside-URL | https://github.com/homebaseio/datalog-console/issues |
URL til Fortrolighedspolitik Side | https://homebase.io/privacy |
Understøttede Sprog | 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": [ " |