Datalog Console

Datalog DB administration panel for the chrome console

Datalog Console là gì?

Datalog Console là một tiện ích mở rộng Chrome được phát triển bởi https://homebase.io, và tính năng chính của nó là "Datalog DB administration panel for the chrome console".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Datalog Console

Tải xuống các tệp mở rộng Datalog Console dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Datalog Console Datalog Console
ID cfgbajnnabfanfdkhpdhndegpmepnlmb
URL Chính Thức https://chromewebstore.google.com/detail/datalog-console/cfgbajnnabfanfdkhpdhndegpmepnlmb
Mô tả Datalog DB administration panel for the chrome console
Kích Thước Tệp 232 KB
Số Lần Cài Đặt 43
Phiên Bản Hiện Tại 0.3.0
Cập Nhật Lần Cuối 2021-06-24
Ngày Phát Hành 2021-05-17
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://homebase.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/homebaseio/datalog-console
URL Trang Trợ Giúp https://github.com/homebaseio/datalog-console/issues
URL Trang Chính Sách Bảo Mật https://homebase.io/privacy
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ],
            "run_at": "document_idle"
        }
    ],
    "manifest_version": 2,
    "version": "0.3.0"
}