Ethereum (ETH/USD) Price Ticker

This extension shows latest price of ETH in USD.

O que é Ethereum (ETH/USD) Price Ticker?

Ethereum (ETH/USD) Price Ticker é uma extensão do Chrome desenvolvida por Taha, e sua principal característica é "This extension shows latest price of ETH in USD.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Ethereum (ETH/USD) Price Ticker

Baixe arquivos de extensão Ethereum (ETH/USD) 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

                        This is a simple extension shows ETH/USD  price from Cryptocompare.com

Extension Features: 
1. ETH price in USD
2. Display Chart
3. Control refresh time (1 min by default)                    

Informações Básicas da Extensão

Nome Ethereum (ETH/USD) Price Ticker Ethereum (ETH/USD) Price Ticker
ID dconegbmnkoeccohdkifggkgdhoaedgc
URL Oficial https://chromewebstore.google.com/detail/ethereum-ethusd-price-tic/dconegbmnkoeccohdkifggkgdhoaedgc
Descrição This extension shows latest price of ETH in USD.
Tamanho do Arquivo 221 KB
Contagem de Instalações 728
Versão Atual 1.0.5
Última Atualização 2020-03-20
Data de Publicação 2020-03-20
Classificação 4.75/5 Total de 4 Avaliações
Desenvolvedor Taha
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ethereum (ETH\/USD) Price Ticker",
    "description": "This extension shows latest price of ETH in USD.",
    "version": "1.0.5",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "images\/icon.png"
    },
    "background": {
        "persistent": true,
        "page": "background.html"
    },
    "options_page": "options.html",
    "permissions": [
        "https:\/\/min-api.cryptocompare.com\/"
    ]
}