Bitfinex Ticker
This extension shows latest price ticker of Bitfinex.
Bitfinex Ticker là gì?
Bitfinex Ticker là một tiện ích mở rộng Chrome được phát triển bởi daniaoren, và tính năng chính của nó là "This extension shows latest price ticker of Bitfinex.".
Tải xuống tệp CRX của tiện ích mở rộng Bitfinex Ticker
Tải xuống các tệp mở rộng Bitfinex Ticker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | killapbnabbnkmpjpdcpngfphjkbldln |
URL Chính Thức | https://chromewebstore.google.com/detail/bitfinex-ticker/killapbnabbnkmpjpdcpngfphjkbldln |
Mô tả | This extension shows latest price ticker of Bitfinex. |
Kích Thước Tệp | 87.45 KB |
Số Lần Cài Đặt | 18 |
Phiên Bản Hiện Tại | 0.0.1 |
Cập Nhật Lần Cuối | 2017-11-03 |
Ngày Phát Hành | 2017-11-02 |
Nhà Phát Triển | daniaoren |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |