ETH / Ethereum Ticker for Poloniex

Ethereum Price ticker for Poloniex, Updates every 5 seconds.

Vad är ETH / Ethereum Ticker for Poloniex?

ETH / Ethereum Ticker for Poloniex är en Chrome-tillägg utvecklad av Kaakati, och dess huvudfunktion är "Ethereum Price ticker for Poloniex, Updates every 5 seconds.".

Ladda ner ETH / Ethereum Ticker for Poloniex-förlängningens CRX-fil

Ladda ner ETH / Ethereum Ticker for Poloniex-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn ETH / Ethereum Ticker for Poloniex ETH / Ethereum Ticker for Poloniex
ID eogchmcoaekeffdonnikgkflbpaambip
Officiell webbadress https://chrome.google.com/webstore/detail/eth-ethereum-ticker-for-p/eogchmcoaekeffdonnikgkflbpaambip
Beskrivning Ethereum Price ticker for Poloniex, Updates every 5 seconds.
Filstorlek 156 KB
Antal Installationer 57
Aktuell Version 0.0.3
Senast Uppdaterad 2017-03-21
Publiceringsdatum 2017-03-21
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare Kaakati
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}