Reddit BTC Ticker
Add a bitcoin price ticker to the bitcoin subreddit
Reddit BTC Ticker क्या है?
Reddit BTC Ticker omnibrain द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add a bitcoin price ticker to the bitcoin subreddit"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Reddit BTC Ticker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
New in 1.4: Support for MtRed subreddit New in 1.2: Multi currency support Adds a MtGox bitcoin price ticker to the bitcoin subreddit sidebar.
एक्सटेंशन की मूल जानकारी
नाम | Reddit BTC Ticker |
ID | lnfjghfdbdjgakbfjdliepjcbdahfhpl |
आधिकारिक URL | https://chromewebstore.google.com/detail/reddit-btc-ticker/lnfjghfdbdjgakbfjdliepjcbdahfhpl |
विवरण | Add a bitcoin price ticker to the bitcoin subreddit |
फ़ाइल का आकार | 180 KB |
स्थापना संख्या | 10 |
वर्तमान संस्करण | 1.4 |
अंतिम अपडेट | 2013-03-09 |
प्रकाशन तिथि | 2013-03-09 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | omnibrain |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reddit BTC Ticker", "manifest_version": 2, "version": "1.4", "description": "Add a bitcoin price ticker to the bitcoin subreddit", "permissions": [ "http:\/\/www.reddit.com\/r\/Bitcoin*", "https:\/\/mtgox.com\/api\/1\/BTCUSD\/ticker", "http:\/\/rate-exchange.appspot.com\/currency?from=USD&to=*" ], "content_scripts": [ { "matches": [ "*:\/\/*.reddit.com\/r\/Bitcoin*", "*:\/\/*.reddit.com\/r\/MtRed*" ], "js": [ "jquery-1.9.1.min.js", "btc-ticker.js" ] } ] } |