Ethereum (ETH/USD) Price Ticker

This extension shows latest price of ETH in USD.

Cos'è Ethereum (ETH/USD) Price Ticker?

Ethereum (ETH/USD) Price Ticker è un'estensione di Chrome sviluppata da Taha, e la sua funzione principale è "This extension shows latest price of ETH in USD.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Ethereum (ETH/USD) Price Ticker

Scarica i file di estensione Ethereum (ETH/USD) 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 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)                    

Informazioni di Base sull'Estensione

Nome Ethereum (ETH/USD) Price Ticker Ethereum (ETH/USD) Price Ticker
ID dconegbmnkoeccohdkifggkgdhoaedgc
URL Ufficiale https://chromewebstore.google.com/detail/ethereum-ethusd-price-tic/dconegbmnkoeccohdkifggkgdhoaedgc
Descrizione This extension shows latest price of ETH in USD.
Dimensione del File 221 KB
Conteggio Installazioni 728
Versione Corrente 1.0.5
Ultimo Aggiornamento 2020-03-20
Data di Pubblicazione 2020-03-20
Valutazione 4.75/5 Totale 4 Valutazioni
Sviluppatore Taha
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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\/"
    ]
}