Poloniex USD & JPY View
Add "USD Value", "JPY Value", "BTC Rate" columns into Poloniex Balances view.
什么是Poloniex USD & JPY View?
Poloniex USD & JPY View是由https://1000ch.github.io/poloniex-usd-jpy-view开发的Chrome扩展程序,该扩展的主要功能是“Add "USD Value", "JPY Value", "BTC Rate" columns into Poloniex Balances view.”。
扩展截图
下载Poloniex USD & JPY View扩展crx文件
下载Poloniex USD & JPY View扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | Poloniex USD & JPY View |
ID | mbhejgbnacaobkpomakalaajahpchehi |
官方URL | https://chromewebstore.google.com/detail/poloniex-usd-jpy-view/mbhejgbnacaobkpomakalaajahpchehi |
简介 | Add "USD Value", "JPY Value", "BTC Rate" columns into Poloniex Balances view. |
文件大小 | 13.2 KB |
安装次数 | 245 |
当前版本 | 0.7.1 |
更新时间 | 2017-06-26 |
上架时间 | 2017-06-25 |
评分 | 5.00/5 共3次评分 |
开发者 | https://1000ch.github.io/poloniex-usd-jpy-view |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Poloniex USD & JPY View", "version": "0.7.1", "description": "Add \"USD Value\", \"JPY Value\", \"BTC Rate\" columns into Poloniex Balances view.", "manifest_version": 2, "icons": { "16": "img\/16.png", "32": "img\/32.png", "48": "img\/48.png", "64": "img\/64.png", "128": "img\/128.png" }, "browser_action": { "default_title": "Poloniex USD & JPY View" }, "options_page": "options.html", "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content_script.js" ], "matches": [ "https:\/\/poloniex.com\/balances" ], "run_at": "document_start" } ], "permissions": [ "background", "storage", "https:\/\/coincheck.com\/api\/ticker", "https:\/\/poloniex.com\/balances" ], "offline_enabled": false } |