Bitcoin Price Tracker
Get instant bitcoin price!
O que é Bitcoin Price Tracker?
Bitcoin Price Tracker é uma extensão do Chrome desenvolvida por tohuem, e sua principal característica é "Get instant bitcoin price!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Bitcoin Price Tracker
Baixe arquivos de extensão Bitcoin Price Tracker 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
A simple Bitcoin price tracker that allows you to see the latest Bitcoin price from CoinDesk and Gemini as well as the previous price that you last tracked in USD. Toggle the Gemini/CoinDesk button to see the prices between the two sites.
Informações Básicas da Extensão
Nome | |
ID | mpgialbmpebikleajmfchkgjgjplnfjj |
URL Oficial | https://chrome.google.com/webstore/detail/bitcoin-price-tracker/mpgialbmpebikleajmfchkgjgjplnfjj |
Descrição | Get instant bitcoin price! |
Tamanho do Arquivo | 369 KB |
Contagem de Instalações | 26 |
Versão Atual | 1.1.5 |
Última Atualização | 2017-08-28 |
Data de Publicação | 2017-08-28 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | tohuem |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bitcoin Price Tracker", "description": "Get instant bitcoin price!", "version": "1.1.5", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "storage", "tabs", "https:\/\/api.gemini.com\/v1\/pubticker\/btcusd", "http:\/\/api.coindesk.com\/v1\/bpi\/currentprice.json" ] } |