Cryptocurrency Price Ticker

This Chrome extension that can check the price of Cryptocurrency.

O que é Cryptocurrency Price Ticker?

Cryptocurrency Price Ticker é uma extensão do Chrome desenvolvida por https://virtual-money.xyz, e sua principal característica é "This Chrome extension that can check the price of Cryptocurrency.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Cryptocurrency Price Ticker

Baixe arquivos de extensão Cryptocurrency Price 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

                        Features:
- Check the Cryptocurrency Price.
    - Using poloniex API.
- select the currency to display.

Currency:
- BTC
- ETH
- ETC
- XMR
- REP
- XRP
- ZEC
- LTC
- DASH                    

Informações Básicas da Extensão

Nome Cryptocurrency Price Ticker Cryptocurrency Price Ticker
ID ignpmignipmepahdookedpilckoeclob
URL Oficial https://chromewebstore.google.com/detail/cryptocurrency-price-tick/ignpmignipmepahdookedpilckoeclob
Descrição This Chrome extension that can check the price of Cryptocurrency.
Tamanho do Arquivo 293 KB
Contagem de Instalações 206
Versão Atual 1.1.1
Última Atualização 2017-06-19
Data de Publicação 2017-06-19
Classificação 3.80/5 Total de 5 Avaliações
Desenvolvedor https://virtual-money.xyz
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cryptocurrency Price Ticker",
    "version": "1.1.1",
    "description": "This Chrome extension that can check the price of Cryptocurrency.",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "https:\/\/poloniex.com\/public*"
    ],
    "icons": {
        "128": "icon.png"
    }
}