CryptoWire
CryptoWire displays the current ticker price of any currency on GDAX
CryptoWire là gì?
CryptoWire là một tiện ích mở rộng Chrome được phát triển bởi sachingoel, và tính năng chính của nó là "CryptoWire displays the current ticker price of any currency on GDAX".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng CryptoWire
Tải xuống các tệp mở rộng CryptoWire 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
CryptoWire displays the current ticker price for any of the currencies offered by GDAX conveniently in your browser window! Additionally, the background color changes based on the current GDAX price's difference from the Opening 24 hour price If you like this extension, feel free to donate some BTC to me: 17xCi6517B1HzJywsdES1rbcseLMoSSven Changelog --------------- Version 1.8.2 - Fixed memory leak Version 1.7.0 - Added support for Bitcoin Cash (BCH) Version 1.6.0 - Bug fix for displaying incorrect currency value after returning to browser window Version 1.5.0 - Allows users to choose which GDAX currency to display in extension: Bitcoin, Ethereum or Litecoin (BTC, ETH, LTC)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | CryptoWire |
ID | fidmapppafelhanbficlpelfebcdanfh |
URL Chính Thức | https://chromewebstore.google.com/detail/cryptowire/fidmapppafelhanbficlpelfebcdanfh |
Mô tả | CryptoWire displays the current ticker price of any currency on GDAX |
Kích Thước Tệp | 9.23 KB |
Số Lần Cài Đặt | 35 |
Phiên Bản Hiện Tại | 1.8.2 |
Cập Nhật Lần Cuối | 2018-04-04 |
Ngày Phát Hành | 2018-04-04 |
Đánh Giá | 3.50/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | sachingoel |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/sgoel/CryptoWire |
URL Trang Trợ Giúp | https://github.com/sgoel/CryptoWire |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CryptoWire", "description": "CryptoWire displays the current ticker price of any currency on GDAX", "version": "1.8.2", "icons": { "128": "logo.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "incognito": "spanning", "permissions": [ "storage" ] } |