ETH / Ethereum Ticker for Poloniex
Ethereum Price ticker for Poloniex, Updates every 5 seconds.
什麼是ETH / Ethereum Ticker for Poloniex?
ETH / Ethereum Ticker for Poloniex是由Kaakati開發的Chrome擴展程式,該擴展的主要功能是“Ethereum Price ticker for Poloniex, Updates every 5 seconds.”。
下載ETH / Ethereum Ticker for Poloniex擴展crx文件
下載ETH / Ethereum Ticker for Poloniex擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | |
ID | eogchmcoaekeffdonnikgkflbpaambip |
官方網址 | https://chrome.google.com/webstore/detail/eth-ethereum-ticker-for-p/eogchmcoaekeffdonnikgkflbpaambip |
簡介 | Ethereum Price ticker for Poloniex, Updates every 5 seconds. |
檔案大小 | 156 KB |
安裝次數 | 57 |
目前版本 | 0.0.3 |
更新時間 | 2017-03-21 |
上架時間 | 2017-03-21 |
評分 | 5.00/5 共 3 次評分 |
開發者 | Kaakati |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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" } } |