Ethereum Price Ticker | ETH Price Ticker

Displays the current Ethereum (ETH) price.

O que é Ethereum Price Ticker | ETH Price Ticker?

Ethereum Price Ticker | ETH Price Ticker é uma extensão do Chrome desenvolvida por Root Consulting, Inc, e sua principal característica é "Displays the current Ethereum (ETH) price.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Ethereum Price Ticker | ETH Price Ticker

Baixe arquivos de extensão Ethereum Price Ticker | ETH 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 extension fetches the current price for Ethereum from poloniex.com.  It allows you to view the price USD - United States Dollars                    

Informações Básicas da Extensão

Nome Ethereum Price Ticker | ETH Price Ticker Ethereum Price Ticker | ETH Price Ticker
ID mbfcnfgpimdeehokhmhdhmpmkphdeamd
URL Oficial https://chromewebstore.google.com/detail/ethereum-price-ticker-eth/mbfcnfgpimdeehokhmhdhmpmkphdeamd
Descrição Displays the current Ethereum (ETH) price.
Tamanho do Arquivo 21.66 KB
Contagem de Instalações 1,369
Versão Atual 3.0
Última Atualização 2022-08-21
Data de Publicação 2017-12-16
Classificação 4.24/5 Total de 17 Avaliações
Desenvolvedor Root Consulting, Inc
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Ethereum Price Ticker | ETH Price Ticker",
    "description": "Displays the current Ethereum (ETH) price.",
    "version": "3.0",
    "icons": {
        "16": "logo\/logo-16.png",
        "48": "logo\/logo-48.png",
        "128": "logo\/logo-128.png"
    },
    "action": {
        "default_title": "ETH Price Ticker",
        "default_icon": "icon.png"
    },
    "permissions": [],
    "host_permissions": [
        "https:\/\/poloniex.com\/*"
    ],
    "background": {
        "service_worker": "service-worker.js"
    }
}