ETH / Ethereum Ticker for Poloniex

Ethereum Price ticker for Poloniex, Updates every 5 seconds.

ETH / Ethereum Ticker for Poloniex là gì?

ETH / Ethereum Ticker for Poloniex là một tiện ích mở rộng Chrome được phát triển bởi Kaakati, và tính năng chính của nó là "Ethereum Price ticker for Poloniex, Updates every 5 seconds.".

Tải xuống tệp CRX của tiện ích mở rộng ETH / Ethereum Ticker for Poloniex

Tải xuống các tệp mở rộng ETH / Ethereum Ticker for Poloniex dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ETH / Ethereum Ticker for Poloniex ETH / Ethereum Ticker for Poloniex
ID eogchmcoaekeffdonnikgkflbpaambip
URL Chính Thức https://chrome.google.com/webstore/detail/eth-ethereum-ticker-for-p/eogchmcoaekeffdonnikgkflbpaambip
Mô tả Ethereum Price ticker for Poloniex, Updates every 5 seconds.
Kích Thước Tệp 156 KB
Số Lần Cài Đặt 57
Phiên Bản Hiện Tại 0.0.3
Cập Nhật Lần Cuối 2017-03-21
Ngày Phát Hành 2017-03-21
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Kaakati
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}