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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "See the distribution and the value of your Binance Portfolio"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Binance portfolio distribution and price एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
- 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 |
आधिकारिक URL | 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:;" } |