CryptoWire
CryptoWire displays the current ticker price of any currency on GDAX
O que é CryptoWire?
CryptoWire é uma extensão do Chrome desenvolvida por sachingoel, e sua principal característica é "CryptoWire displays the current ticker price of any currency on GDAX".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão CryptoWire
Baixe arquivos de extensão CryptoWire no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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)
Informações Básicas da Extensão
Nome | CryptoWire |
ID | fidmapppafelhanbficlpelfebcdanfh |
URL Oficial | https://chromewebstore.google.com/detail/cryptowire/fidmapppafelhanbficlpelfebcdanfh |
Descrição | CryptoWire displays the current ticker price of any currency on GDAX |
Tamanho do Arquivo | 9.23 KB |
Contagem de Instalações | 35 |
Versão Atual | 1.8.2 |
Última Atualização | 2018-04-04 |
Data de Publicação | 2018-04-04 |
Classificação | 3.50/5 Total de 4 Avaliações |
Desenvolvedor | sachingoel |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/sgoel/CryptoWire |
URL da Página de Ajuda | https://github.com/sgoel/CryptoWire |
Idiomas Suportados | 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" ] } |