CEX.io GHS Ticker
This extension displays the current CEX.io GHS/mBTC price on the badge icon.
CEX.io GHS Ticker क्या है?
CEX.io GHS Ticker n.brooking द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension displays the current CEX.io GHS/mBTC price on the badge icon."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में CEX.io GHS Ticker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Displays the current GHS/mBTC amount, as pulled from cex.io. The price updates every 5 minutes. (Note this displays price in mBTC, not BTC.) If you like this, you can donate here: BTC: 1H12LDENkn9D53ivL1bzxMCTvX98qTq1m2 LTC: LTJdTVTGU9fjjnUTS4PE7em7azS4DqKDaX DOGE: D9xMt2Aa9WTGEVd2LtYSXvRDYMd4YCEXFn
एक्सटेंशन की मूल जानकारी
नाम | |
ID | amihmihenaaecegfjpcngkfpofjnaegi |
आधिकारिक URL | https://chrome.google.com/webstore/detail/cexio-ghs-ticker/amihmihenaaecegfjpcngkfpofjnaegi |
विवरण | This extension displays the current CEX.io GHS/mBTC price on the badge icon. |
फ़ाइल का आकार | 41.54 KB |
स्थापना संख्या | 28 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2014-02-10 |
प्रकाशन तिथि | 2014-02-10 |
रेटिंग | 4.50/5 कुल 6 रेटिंग्स |
डेवलपर | n.brooking |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "background.html" }, "browser_action": { "default_icon": "cex_icon_48.png" }, "description": "This extension displays the current CEX.io GHS\/mBTC price on the badge icon.", "icons": { "16": "cex_icon_16.png", "48": "cex_icon_48.png", "64": "cex_icon_64.png" }, "manifest_version": 2, "name": "CEX.io GHS Ticker", "permissions": [ "storage", "https:\/\/cex.io\/api\/" ], "version": "1.0.0" } |