ETH / Ethereum Ticker for Poloniex

Ethereum Price ticker for Poloniex, Updates every 5 seconds.

What is ETH / Ethereum Ticker for Poloniex?

ETH / Ethereum Ticker for Poloniex is a Chrome extension developed by Kaakati, and its main feature is "Ethereum Price ticker for Poloniex, Updates every 5 seconds.".

Download ETH / Ethereum Ticker for Poloniex Extension CRX File

Download ETH / Ethereum Ticker for Poloniex extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name ETH / Ethereum Ticker for Poloniex ETH / Ethereum Ticker for Poloniex
ID eogchmcoaekeffdonnikgkflbpaambip
Official URL https://chrome.google.com/webstore/detail/eth-ethereum-ticker-for-p/eogchmcoaekeffdonnikgkflbpaambip
Description Ethereum Price ticker for Poloniex, Updates every 5 seconds.
File Size 156 KB
Installation Count 57
Current Version 0.0.3
Last Updated 2017-03-21
Publish Date 2017-03-21
Rating 5.00/5 Total 3 Ratings
Developer Kaakati
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}