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 |
官方網址 | 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" } |