Bitcoin Today
Bitcoin Today Tools - Converter bitcoin to another coin. Helpers to traders
O que é Bitcoin Today?
Bitcoin Today é uma extensão do Chrome desenvolvida por BitcoinToday, e sua principal característica é "Bitcoin Today Tools - Converter bitcoin to another coin. Helpers to traders".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Bitcoin Today
Baixe arquivos de extensão Bitcoin Today 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
See the live Bitcoin price. Convert amounts to or from USD/EUR/BRL and other currencies with this simple Bitcoin calculator. One of the most important tools for analyzing charts are the famous Fibonacci levels. Pretty much every trader uses them, and that’s probably the reason why they are so powerful. Fibonacci retracement levels are a tool which help in estimating possible trade entries or exits. Coins: Bitcoin, Bitcoin, Cash, Bitcoin, Gold, Cardano, Dash, Decred, Dogecoin, EOS, Ethereum, Ethereum Classic, IOTA, Lisk, Litecoin, Monero, NEM, NEO, OmiseGO, RaiBlocks, Ripple, TRON, Verge, Zcash, Verge, RailBlocks and many others.
Informações Básicas da Extensão
Nome | |
ID | ibfpieieeldafeeejhpknkjkigoembae |
URL Oficial | https://chrome.google.com/webstore/detail/ibfpieieeldafeeejhpknkjkigoembae |
Descrição | Bitcoin Today Tools - Converter bitcoin to another coin. Helpers to traders |
Tamanho do Arquivo | 513 KB |
Contagem de Instalações | 60 |
Versão Atual | 3.9.6 |
Última Atualização | 2018-02-24 |
Data de Publicação | 2018-02-24 |
Classificação | 4.75/5 Total de 8 Avaliações |
Desenvolvedor | BitcoinToday |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en,es,pt-BR,pt-PT |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bitcoin Today", "description": "Bitcoin Today Tools - Converter bitcoin to another coin. Helpers to traders", "default_locale": "en", "icons": { "72": ".\/icons\/icon-72x72.png", "96": ".\/icons\/icon-96x96.png", "192": ".\/icons\/icon-192x192.png" }, "browser_action": { "default_title": "Bitcoin Today", "default_popup": "index.html" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "storage" ], "manifest_version": 2, "version": "3.9.6" } |