Bitcoin Price Widget
Simple Bitcoin price widget powered by the CoinDesk API
什么是Bitcoin Price Widget?
Bitcoin Price Widget是由Adam Simon开发的Chrome扩展程序,该扩展的主要功能是“Simple Bitcoin price widget powered by the CoinDesk API”。
扩展截图
下载Bitcoin Price Widget扩展crx文件
下载Bitcoin Price Widget扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Get the Bitcoin price in USD, GBP and EUR real-time using this simple widget powered by the CoinDesk API.
扩展基本信息
名称 | Bitcoin Price Widget |
ID | djhphipieecndgbplonaadoiefnjfnia |
官方URL | https://chromewebstore.google.com/detail/bitcoin-price-widget/djhphipieecndgbplonaadoiefnjfnia |
简介 | Simple Bitcoin price widget powered by the CoinDesk API |
文件大小 | 935 KB |
安装次数 | 132 |
当前版本 | 1.0.1 |
更新时间 | 2023-05-21 |
上架时间 | 2018-08-01 |
开发者 | Adam Simon |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Bitcoin Price Widget", "version": "1.0.1", "description": "Simple Bitcoin price widget powered by the CoinDesk API", "icons": { "128": "icon_128.png" }, "action": { "default_icon": "icon.png", "default_popup": "bit.html" }, "author": "Adam Simon" } |