Ethereum Price Ticker | ETH Price Ticker

Displays the current Ethereum (ETH) price.

Cos'è Ethereum Price Ticker | ETH Price Ticker?

Ethereum Price Ticker | ETH Price Ticker è un'estensione di Chrome sviluppata da Root Consulting, Inc, e la sua funzione principale è "Displays the current Ethereum (ETH) price.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Ethereum Price Ticker | ETH Price Ticker

Scarica i file di estensione Ethereum Price Ticker | ETH Price Ticker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This extension fetches the current price for Ethereum from poloniex.com.  It allows you to view the price USD - United States Dollars                    

Informazioni di Base sull'Estensione

Nome Ethereum Price Ticker | ETH Price Ticker Ethereum Price Ticker | ETH Price Ticker
ID mbfcnfgpimdeehokhmhdhmpmkphdeamd
URL Ufficiale https://chromewebstore.google.com/detail/ethereum-price-ticker-eth/mbfcnfgpimdeehokhmhdhmpmkphdeamd
Descrizione Displays the current Ethereum (ETH) price.
Dimensione del File 21.66 KB
Conteggio Installazioni 1,369
Versione Corrente 3.0
Ultimo Aggiornamento 2022-08-21
Data di Pubblicazione 2017-12-16
Valutazione 4.24/5 Totale 17 Valutazioni
Sviluppatore Root Consulting, Inc
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}