Poloniex USD & JPY View
Add "USD Value", "JPY Value", "BTC Rate" columns into Poloniex Balances view.
What is Poloniex USD & JPY View?
Poloniex USD & JPY View is a Chrome extension developed by https://1000ch.github.io/poloniex-usd-jpy-view, and its main feature is "Add "USD Value", "JPY Value", "BTC Rate" columns into Poloniex Balances view.".
Extension Screenshots
Download Poloniex USD & JPY View Extension CRX File
Download Poloniex USD & JPY View extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | Poloniex USD & JPY View |
ID | mbhejgbnacaobkpomakalaajahpchehi |
Official URL | https://chromewebstore.google.com/detail/poloniex-usd-jpy-view/mbhejgbnacaobkpomakalaajahpchehi |
Description | Add "USD Value", "JPY Value", "BTC Rate" columns into Poloniex Balances view. |
File Size | 13.2 KB |
Installation Count | 245 |
Current Version | 0.7.1 |
Last Updated | 2017-06-26 |
Publish Date | 2017-06-25 |
Rating | 5.00/5 Total 3 Ratings |
Developer | https://1000ch.github.io/poloniex-usd-jpy-view |
Payment Type | free |
Supported Languages | 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 } |