CryptoCurrency Ticker

Receive the latest changes on your CryptoCurrency and AltCoin value in $US.

O que é CryptoCurrency Ticker?

CryptoCurrency Ticker é uma extensão do Chrome desenvolvida por Daniel, e sua principal característica é "Receive the latest changes on your CryptoCurrency and AltCoin value in $US.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão CryptoCurrency Ticker

Baixe arquivos de extensão CryptoCurrency Ticker 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

                        CryptoCurrency Ticker shows you the latest changes in BitCoin and the most popular AltCoin values in your browser bar. No need to register or login. Everything works immediately. No more searching for the latest price changes.                    

Informações Básicas da Extensão

Nome CryptoCurrency Ticker CryptoCurrency Ticker
ID fmcgaglejkpgakandolgkjnnafgodpgd
URL Oficial https://chrome.google.com/webstore/detail/cryptocurrency-ticker/fmcgaglejkpgakandolgkjnnafgodpgd
Descrição Receive the latest changes on your CryptoCurrency and AltCoin value in $US.
Tamanho do Arquivo 46.87 KB
Contagem de Instalações 226
Versão Atual 1.0.1
Última Atualização 2017-08-18
Data de Publicação 2017-08-18
Classificação 3.33/5 Total de 6 Avaliações
Desenvolvedor Daniel
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CryptoCurrency Ticker",
    "description": "Receive the latest changes on your CryptoCurrency and AltCoin value in $US.",
    "version": "1.0.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "currency.html"
    },
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "permissions": [
        "https:\/\/ajax.googleapis.com\/",
        "https:\/\/api.coinmarketcap.com\/"
    ]
}