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.」です。
拡張機能のスクリーンショット
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 |
ID | ojgkmfieoeoojagepackgdfaloikkbmh |
公式URL | 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 |
Eメール | [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\/*" ] } |