Bitcoin Dashboard

Get live updates on price, news, and key network metrics.

Bitcoin Dashboard là gì?

Bitcoin Dashboard là một tiện ích mở rộng Chrome được phát triển bởi Bitcoin Magazine, và tính năng chính của nó là "Get live updates on price, news, and key network metrics.".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Bitcoin Dashboard 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

                        Get live updates on price, news, and key network metrics. Our extension simply displays real-time data such as price, hash rate, block height, and transaction fees, as well as recent articles from Bitcoin Magazine to keep readers informed.                    

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

Tên Bitcoin Dashboard Bitcoin Dashboard
ID ojgkmfieoeoojagepackgdfaloikkbmh
URL Chính Thức https://chromewebstore.google.com/detail/bitcoin-dashboard/ojgkmfieoeoojagepackgdfaloikkbmh
Mô tả Get live updates on price, news, and key network metrics.
Kích Thước Tệp 1.39 MB
Số Lần Cài Đặt 575
Phiên Bản Hiện Tại 0.2.1
Cập Nhật Lần Cuối 2023-05-26
Ngày Phát Hành 2023-02-11
Đánh Giá 5.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Bitcoin Magazine
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://bitcoinmagazine.com
URL Trang Chính Sách Bảo Mật https://b.tc/privacy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bitcoin Dashboard",
    "description": "Get live updates on price, news, and key network metrics.",
    "version": "0.2.1",
    "manifest_version": 3,
    "icons": {
        "128": "bm-logo.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_title": "Bitcoin Dashboard"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; connect-src https:\/\/* data: blob: filesystem:;"
    },
    "host_permissions": [
        "https:\/\/bitcoinmagazine.com\/*"
    ]
}