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 |
官方網址 | 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 } |