Crypto Prices (Binance)
Prices of crypto currencies from Binance.com
Crypto Prices (Binance) क्या है?
Crypto Prices (Binance) passbbi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Prices of crypto currencies from Binance.com"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Crypto Prices (Binance) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Prices of crypto currencies from Binance.com Showing pairs with BTC, ETH, BNB and their USD value and their % change in 24 hours.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | hjldnpiclhlaomebmfifoffocgabipje |
आधिकारिक URL | https://chrome.google.com/webstore/detail/crypto-prices-binance/hjldnpiclhlaomebmfifoffocgabipje |
विवरण | Prices of crypto currencies from Binance.com |
फ़ाइल का आकार | 24.28 KB |
स्थापना संख्या | 91 |
वर्तमान संस्करण | 1.2 |
अंतिम अपडेट | 2018-01-03 |
प्रकाशन तिथि | 2018-01-03 |
रेटिंग | 1.00/5 कुल 1 रेटिंग्स |
डेवलपर | passbbi |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Crypto Prices (Binance)", "version": "1.2", "description": "Prices of crypto currencies from Binance.com", "homepage_url": "https:\/\/www.binance.com\/?ref=11267633", "icons": { "48": "icons\/addon-logo-48.png" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "permissions": [ "storage", "tabs", "https:\/\/api.binance.com\/*", "webRequest" ], "browser_action": { "default_icon": "icons\/addon-logo-48.png", "default_title": "Crypto", "default_popup": "show_prices.html" } } |