ETH / Ethereum Ticker for Poloniex

Ethereum Price ticker for Poloniex, Updates every 5 seconds.

Cos'è ETH / Ethereum Ticker for Poloniex?

ETH / Ethereum Ticker for Poloniex è un'estensione di Chrome sviluppata da Kaakati, e la sua funzione principale è "Ethereum Price ticker for Poloniex, Updates every 5 seconds.".

Scarica il file CRX dell'estensione ETH / Ethereum Ticker for Poloniex

Scarica i file di estensione ETH / Ethereum Ticker for Poloniex 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

                        Check out other Poloniex tickers by Kaakati for ZEC, Bitcoin & DASH

This Extension is free, however if you would like to make a donation to help feed my puppy.

For your donations

BTC: 1JULAuGxTZMZ44fy63oNRniwBjr55k7zaR
ZEC: t1cY4VzYYfA4J74Ssj9mi47x6okFVX1YncH
ETH: 0xb7052e56003f779c63e6d5ab37c9c6ca98727c3b                    

Informazioni di Base sull'Estensione

Nome ETH / Ethereum Ticker for Poloniex ETH / Ethereum Ticker for Poloniex
ID eogchmcoaekeffdonnikgkflbpaambip
URL Ufficiale https://chrome.google.com/webstore/detail/eth-ethereum-ticker-for-p/eogchmcoaekeffdonnikgkflbpaambip
Descrizione Ethereum Price ticker for Poloniex, Updates every 5 seconds.
Dimensione del File 156 KB
Conteggio Installazioni 57
Versione Corrente 0.0.3
Ultimo Aggiornamento 2017-03-21
Data di Pubblicazione 2017-03-21
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Kaakati
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ETH \/ Ethereum Ticker for Poloniex",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "Ethereum Price ticker for Poloniex, Updates every 5 seconds.",
    "homepage_url": "http:\/\/poloniex.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/icon128.png",
        "default_title": "Ethereum Price Ticker",
        "default_popup": "src\/browser_action\/browser_action.html"
    }
}