Bitfinex Ticker
This extension shows latest price ticker of Bitfinex.
Bitfinex Ticker क्या है?
Bitfinex Ticker daniaoren द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension shows latest price ticker of Bitfinex."।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Bitfinex Ticker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
A handy extension that shows latest BTC, ETH, EOS price ticker from Bitfinex both in toolbar and pop-up menu. If you like this extension and would like to buy me a cup of coffee, please donate to the following address: - BTC 1Gn8iQ6QRqTBHnLSQoRux6VVQ7HukDAdMw - ETH 0x533D7cEBc7A2A49AC6b15aFC26D6fb4f8Aa75A02 You kindness may keep me updating XD
एक्सटेंशन की मूल जानकारी
नाम | |
ID | killapbnabbnkmpjpdcpngfphjkbldln |
आधिकारिक URL | https://chromewebstore.google.com/detail/bitfinex-ticker/killapbnabbnkmpjpdcpngfphjkbldln |
विवरण | This extension shows latest price ticker of Bitfinex. |
फ़ाइल का आकार | 87.45 KB |
स्थापना संख्या | 18 |
वर्तमान संस्करण | 0.0.1 |
अंतिम अपडेट | 2017-11-03 |
प्रकाशन तिथि | 2017-11-02 |
डेवलपर | daniaoren |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bitfinex Ticker", "description": "This extension shows latest price ticker of Bitfinex.", "version": "0.0.1", "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" }, "background": { "persistent": true, "page": "background.html" }, "options_page": "options.html", "permissions": [ "https:\/\/api.bitfinex.com\/", "activeTab", "storage" ] } |