Bitcoin Dashboard

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

什麼是Bitcoin Dashboard?

Bitcoin Dashboard是由Bitcoin Magazine開發的Chrome擴展程式,該擴展的主要功能是“Get live updates on price, news, and key network metrics.”。

擴展截圖

screenshot
screenshot

下載Bitcoin Dashboard擴展crx文件

下載Bitcoin Dashboard擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Bitcoin Dashboard Bitcoin Dashboard
ID ojgkmfieoeoojagepackgdfaloikkbmh
官方網址 https://chromewebstore.google.com/detail/bitcoin-dashboard/ojgkmfieoeoojagepackgdfaloikkbmh
簡介 Get live updates on price, news, and key network metrics.
檔案大小 1.39 MB
安裝次數 575
目前版本 0.2.1
更新時間 2023-05-26
上架時間 2023-02-11
評分 5.00/5 共 7 次評分
開發者 Bitcoin Magazine
電子郵箱 [email protected]
付費類型 free
擴展官網 https://bitcoinmagazine.com
隱私政策頁面URL https://b.tc/privacy
支援的語言 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\/*"
    ]
}