Ethereum price

Displays the current Ethereum price.

Cos'è Ethereum price?

Ethereum price è un'estensione di Chrome sviluppata da ar2r, e la sua funzione principale è "Displays the current Ethereum price.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Ethereum price

Scarica i file di estensione Ethereum price 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

                        Simple ETH / Ethereum price tracker.
data provided by Coinmarketcap.

You can also download my other coin tracker (alt coins)
BTC Bitcoin price tracker
LTC Litecoin price tracker
XMR Monero Price tracker
ZEC Zcash price tracker
DOGE Dogecoin price tracker
DASH Dash price tracker
Please, feel free to ask for any other coin you want or any other feature.                    

Informazioni di Base sull'Estensione

Nome Ethereum price Ethereum price
ID lfpfdkldcgcmdioidcldjcmlfacnkild
URL Ufficiale https://chrome.google.com/webstore/detail/ethereum-price/lfpfdkldcgcmdioidcldjcmlfacnkild
Descrizione Displays the current Ethereum price.
Dimensione del File 64.2 KB
Conteggio Installazioni 69
Versione Corrente 1.0
Ultimo Aggiornamento 2018-01-17
Data di Pubblicazione 2018-01-17
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore ar2r
Tipo di Pagamento free
Sito Web dell'Estensione http://allcoinindex.com/
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "script.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "19.png"
        },
        "default_popup": "price.htm",
        "default_title": "Click to show more information"
    },
    "description": "Displays the current Ethereum price.",
    "icons": {
        "128": "128.png",
        "16": "16.png",
        "48": "48.png"
    },
    "manifest_version": 2,
    "name": "Ethereum price",
    "permissions": [
        "https:\/\/coinmarketcap.com\/",
        "storage"
    ],
    "short_name": "Ethereum Price",
    "version": "1.0"
}