Datalog Console
Datalog DB administration panel for the chrome console
什么是Datalog Console?
Datalog Console是由https://homebase.io开发的Chrome扩展程序,该扩展的主要功能是“Datalog DB administration panel for the chrome console”。
扩展截图
下载Datalog Console扩展crx文件
下载Datalog Console扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | Datalog Console |
ID | cfgbajnnabfanfdkhpdhndegpmepnlmb |
官方URL | https://chromewebstore.google.com/detail/datalog-console/cfgbajnnabfanfdkhpdhndegpmepnlmb |
简介 | Datalog DB administration panel for the chrome console |
文件大小 | 232 KB |
安装次数 | 43 |
当前版本 | 0.3.0 |
更新时间 | 2021-06-24 |
上架时间 | 2021-05-17 |
评分 | 5.00/5 共2次评分 |
开发者 | https://homebase.io |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/homebaseio/datalog-console |
帮助页面URL | https://github.com/homebaseio/datalog-console/issues |
隐私政策页面URL | https://homebase.io/privacy |
支持的语言 | 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": [ " |