BTC & ETH Tracker

Keep up to date with the latest BTC and ETH price movements, quickly check the latest prices in multiple currencies

O que é BTC & ETH Tracker?

BTC & ETH Tracker é uma extensão do Chrome desenvolvida por Alex Cotelin, e sua principal característica é "Keep up to date with the latest BTC and ETH price movements, quickly check the latest prices in multiple currencies".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão BTC & ETH Tracker

Baixe arquivos de extensão BTC & ETH 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

                        Keeping up to date with the latest Bitcoin (BTC) and Ethereum (ETH) price movements has never been easier. 
No matter what website you are on you can quickly check the latest prices in multiple currencies:
- BTC to USD, GBP, EUR, CNY, CAD
- ETH to USD, BTC, GBP, CNY, EUR

Developed by Alex Cotelin with CryptoCompare.com data and help.                    

Informações Básicas da Extensão

Nome BTC & ETH Tracker BTC & ETH Tracker
ID hfbdficidlklcdpekdcfcjbfpghbhgbp
URL Oficial https://chrome.google.com/webstore/detail/btc-eth-tracker/hfbdficidlklcdpekdcfcjbfpghbhgbp
Descrição Keep up to date with the latest BTC and ETH price movements, quickly check the latest prices in multiple currencies
Tamanho do Arquivo 601 KB
Contagem de Instalações 449
Versão Atual 0.0.4
Última Atualização 2016-11-29
Data de Publicação 2016-11-29
Classificação 5.00/5 Total de 10 Avaliações
Desenvolvedor Alex Cotelin
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BTC & ETH Tracker",
    "short_name": "BTC & ETH Tracker",
    "description": "Keep up to date with the latest BTC and ETH price movements, quickly check the latest prices in multiple currencies",
    "version": "0.0.4",
    "author": "Alex Cotelin",
    "icons": {
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "BTC & ETH Tracker",
        "default_popup": "index.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self' ",
    "permissions": [
        "activeTab"
    ]
}