Bitfinex Ticker
Realtime Bitcoin price from Bitfinex in USD
什么是Bitfinex Ticker?
Bitfinex Ticker是由Piotrek开发的Chrome扩展程序,该扩展的主要功能是“Realtime Bitcoin price from Bitfinex in USD”。
扩展截图
下载Bitfinex Ticker扩展crx文件
下载Bitfinex Ticker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Shows BTC/USD exchange rate at bitfinex.com Updates the price data in a real-time using Bitfinex Websocket API version 2.0
扩展基本信息
名称 | Bitfinex Ticker |
ID | ofejfmafglgnhmnokcnnmfhcbkkioiip |
官方URL | https://chromewebstore.google.com/detail/bitfinex-ticker/ofejfmafglgnhmnokcnnmfhcbkkioiip |
简介 | Realtime Bitcoin price from Bitfinex in USD |
文件大小 | 8.01 KB |
安装次数 | 109 |
当前版本 | 2.0.1 |
更新时间 | 2023-01-24 |
上架时间 | 2018-06-08 |
评分 | 3.75/5 共4次评分 |
开发者 | Piotrek |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "bitfinex32.png", "default_popup": "popup.html" }, "description": "Realtime Bitcoin price from Bitfinex in USD", "icons": { "128": "bitfinex128.png" }, "name": "Bitfinex Ticker", "permissions": [], "version": "2.0.1" } |