Bitfinex Ticker
This extension shows latest price ticker of Bitfinex.
什麼是Bitfinex Ticker?
Bitfinex Ticker是由daniaoren開發的Chrome擴展程式,該擴展的主要功能是“This extension shows latest price ticker of Bitfinex.”。
下載Bitfinex Ticker擴展crx文件
下載Bitfinex Ticker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A handy extension that shows latest BTC, ETH, EOS price ticker from Bitfinex both in toolbar and pop-up menu. If you like this extension and would like to buy me a cup of coffee, please donate to the following address: - BTC 1Gn8iQ6QRqTBHnLSQoRux6VVQ7HukDAdMw - ETH 0x533D7cEBc7A2A49AC6b15aFC26D6fb4f8Aa75A02 You kindness may keep me updating XD
擴展基本資訊
名稱 | |
ID | killapbnabbnkmpjpdcpngfphjkbldln |
官方網址 | https://chromewebstore.google.com/detail/bitfinex-ticker/killapbnabbnkmpjpdcpngfphjkbldln |
簡介 | This extension shows latest price ticker of Bitfinex. |
檔案大小 | 87.45 KB |
安裝次數 | 18 |
目前版本 | 0.0.1 |
更新時間 | 2017-11-03 |
上架時間 | 2017-11-02 |
開發者 | daniaoren |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bitfinex Ticker", "description": "This extension shows latest price ticker of Bitfinex.", "version": "0.0.1", "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" }, "background": { "persistent": true, "page": "background.html" }, "options_page": "options.html", "permissions": [ "https:\/\/api.bitfinex.com\/", "activeTab", "storage" ] } |