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 |
官方URL | 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" } } |