Simple Bitcoin Ticker
This extension shows latest price ticker of popular BTC trading markets.
Simple Bitcoin Ticker क्या है?
Simple Bitcoin Ticker ryaneof द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension shows latest price ticker of popular BTC trading markets."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Simple Bitcoin Ticker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
A simple Chrome Extension showing current Bitcoin price ticker. Supported BitCoin Markets: - 796 Xchange - Bitfinex - Bitstamp - BTC-E - BTC100 - BTCC - BTCTrade - CHBTC - Huobi - OKCoin - Yunbi
एक्सटेंशन की मूल जानकारी
नाम | |
ID | jhbgelfndhaccioppbfadmjabloddnkg |
आधिकारिक URL | https://chrome.google.com/webstore/detail/simple-bitcoin-ticker/jhbgelfndhaccioppbfadmjabloddnkg |
विवरण | This extension shows latest price ticker of popular BTC trading markets. |
फ़ाइल का आकार | 85.94 KB |
स्थापना संख्या | 68 |
वर्तमान संस्करण | 0.0.2 |
अंतिम अपडेट | 2015-10-01 |
प्रकाशन तिथि | 2015-10-01 |
रेटिंग | 3.80/5 कुल 5 रेटिंग्स |
डेवलपर | ryaneof |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/ryaneof/simple-bitcoin-ticker |
सहायता पृष्ठ URL | https://github.com/ryaneof/simple-bitcoin-ticker |
गोपनीयता नीति पृष्ठ URL | https://ryan.im |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Bitcoin Ticker", "description": "This extension shows latest price ticker of popular BTC trading markets.", "version": "0.0.2", "browser_action": { "default_icon": "images\/icon.png" }, "background": { "persistent": true, "page": "background.html" }, "options_page": "options.html", "permissions": [ "https:\/\/data.btcc.com\/", "https:\/\/www.bitstamp.net\/", "https:\/\/www.okcoin.cn\/", "http:\/\/api.chbtc.com\/", "https:\/\/btc-e.com\/", "http:\/\/market.huobi.com\/", "http:\/\/api.796.com\/", "http:\/\/www.btctrade.com\/", "https:\/\/www.btc100.com\/", "https:\/\/api.bitfinex.com\/", "https:\/\/yunbi.com\/" ] } |