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 |
电子邮箱 | [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\/*" ] } |