CryptoCurrency Ticker
Receive the latest changes on your CryptoCurrency and AltCoin value in $US.
CryptoCurrency Ticker क्या है?
CryptoCurrency Ticker Daniel द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Receive the latest changes on your CryptoCurrency and AltCoin value in $US."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में CryptoCurrency Ticker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
CryptoCurrency Ticker shows you the latest changes in BitCoin and the most popular AltCoin values in your browser bar. No need to register or login. Everything works immediately. No more searching for the latest price changes.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | fmcgaglejkpgakandolgkjnnafgodpgd |
आधिकारिक URL | https://chrome.google.com/webstore/detail/cryptocurrency-ticker/fmcgaglejkpgakandolgkjnnafgodpgd |
विवरण | Receive the latest changes on your CryptoCurrency and AltCoin value in $US. |
फ़ाइल का आकार | 46.87 KB |
स्थापना संख्या | 226 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2017-08-18 |
प्रकाशन तिथि | 2017-08-18 |
रेटिंग | 3.33/5 कुल 6 रेटिंग्स |
डेवलपर | Daniel |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CryptoCurrency Ticker", "description": "Receive the latest changes on your CryptoCurrency and AltCoin value in $US.", "version": "1.0.1", "browser_action": { "default_icon": "icon.png", "default_popup": "currency.html" }, "icons": { "48": "icon48.png", "128": "icon128.png" }, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "permissions": [ "https:\/\/ajax.googleapis.com\/", "https:\/\/api.coinmarketcap.com\/" ] } |