BTC exchange monitor
This extension allow you to monitor your btc exchanges balance
什么是BTC exchange monitor?
BTC exchange monitor是由Kein开发的Chrome扩展程序,该扩展的主要功能是“This extension allow you to monitor your btc exchanges balance”。
扩展截图
下载BTC exchange monitor扩展crx文件
下载BTC exchange monitor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This is extension allow you to monitor you summary balance on some crypto exchanges. And show your total balance in BTC and USD. Extension require access to websites API of exchanges. Can monitor 4 exchanges: - Wex - Poloniex(exchange+lending) - Kraken - Bittrex
扩展基本信息
名称 | BTC exchange monitor |
ID | ljplephkcffoeflfflmdifkmmfkjplnf |
官方URL | https://chromewebstore.google.com/detail/btc-exchange-monitor/ljplephkcffoeflfflmdifkmmfkjplnf |
简介 | This extension allow you to monitor your btc exchanges balance |
文件大小 | 49.65 KB |
安装次数 | 18 |
当前版本 | 1.2 |
更新时间 | 2017-12-09 |
上架时间 | 2017-12-08 |
评分 | 3.67/5 共3次评分 |
开发者 | Kein |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BTC exchange monitor", "description": "This extension allow you to monitor your btc exchanges balance", "version": "1.2", "options_page": "public\/options.html", "browser_action": { "default_icon": "icon_16.png", "default_popup": "public\/popup.html" }, "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "permissions": [ "storage", "https:\/\/wex.nz\/tapi", "https:\/\/wex.nz\/api\/*", "https:\/\/poloniex.com\/tradingApi", "https:\/\/api.kraken.com\/0\/private\/*", "https:\/\/bittrex.com\/api\/v1.1\/*" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |