Binance portfolio distribution and price
See the distribution and the value of your Binance Portfolio
什麼是Binance portfolio distribution and price?
Binance portfolio distribution and price是由nim.izadi開發的Chrome擴展程式,該擴展的主要功能是“See the distribution and the value of your Binance Portfolio”。
擴展截圖
下載Binance portfolio distribution and price擴展crx文件
下載Binance portfolio distribution and price擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
- Choose in which currency you want to see your Binance Portfolio: USD, EUR, GBP, CNY or BTC - See the value of each of your holding - See the distribution of your assets: 30% BTC, 25% ETH, etc. - See last 1h / 24h / 1d change - See coin price
擴展基本資訊
名稱 | Binance portfolio distribution and price |
ID | hehgjfflnnegoonpmohkklklgfpgdcmg |
官方網址 | https://chromewebstore.google.com/detail/binance-portfolio-distrib/hehgjfflnnegoonpmohkklklgfpgdcmg |
簡介 | See the distribution and the value of your Binance Portfolio |
檔案大小 | 134 KB |
安裝次數 | 71 |
目前版本 | 1.0.9 |
更新時間 | 2018-01-23 |
上架時間 | 2018-01-23 |
評分 | 3.00/5 共 2 次評分 |
開發者 | nim.izadi |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.9", "name": "Binance portfolio distribution and price", "manifest_version": 2, "description": "See the distribution and the value of your Binance Portfolio", "browser_action": { "default_title": "Binance portfolio", "default_popup": "popup.html" }, "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "web_accessible_resources": [ "inject.html" ], "background": { "page": "background.html" }, "permissions": [ "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_security_policy": "default-src 'self'; script-src 'self' http:\/\/localhost:3000 https:\/\/localhost:3000 'unsafe-eval'; connect-src https:\/\/api.coindesk.com\/ http:\/\/localhost:3000 https:\/\/localhost:3000; style-src * 'unsafe-inline' 'self' blob:; img-src 'self' data:;" } |