Bitcoin price in EUR by BitcoinFan
This extension displays the current Bitcoin price in EUR on the badge. If you click it a TradingView chart will be displayed.
Bitcoin price in EUR by BitcoinFan क्या है?
Bitcoin price in EUR by BitcoinFan BitcoinFan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension displays the current Bitcoin price in EUR on the badge. If you click it a TradingView chart will be displayed."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Bitcoin price in EUR by BitcoinFan एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Unlike other extensions, the price shown on the badge looks correct, even if the price of the cryptocurrency exceeds five digits. The price displayed is an average of various exchanges calculated by CoinGecko. You can install multiple extensions at the same time to monitor the price in both Euros and Dollars (to do this look for my other extensions).
एक्सटेंशन की मूल जानकारी
नाम | |
ID | hefcolnfiajabgmmbhcnokalagfpaphk |
आधिकारिक URL | https://chromewebstore.google.com/detail/bitcoin-price-in-eur-by-b/hefcolnfiajabgmmbhcnokalagfpaphk |
विवरण | This extension displays the current Bitcoin price in EUR on the badge. If you click it a TradingView chart will be displayed. |
फ़ाइल का आकार | 136 KB |
स्थापना संख्या | 114 |
वर्तमान संस्करण | 1.0.9 |
अंतिम अपडेट | 2023-12-06 |
प्रकाशन तिथि | 2020-07-29 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | BitcoinFan |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Bitcoin price in EUR by BitcoinFan", "short_name": "BTC price in EUR", "version": "1.0.9", "background": { "service_worker": "background.js" }, "description": "This extension displays the current Bitcoin price in EUR on the badge. If you click it a TradingView chart will be displayed.", "icons": { "48": "48.png", "128": "128.png" }, "action": { "default_title": "Click to show the chart", "default_popup": "popup.htm" }, "homepage_url": "https:\/\/chrome.google.com\/webstore\/search\/BitcoinFan?_category=extensions" } |