Ethereum price in EUR by BitcoinFan
This extension displays the current Ethereum price in EUR on the badge. If you click it a TradingView chart will be displayed.
Ethereum price in EUR by BitcoinFan क्या है?
Ethereum price in EUR by BitcoinFan BitcoinFan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension displays the current Ethereum price in EUR on the badge. If you click it a TradingView chart will be displayed."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Ethereum 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 | gmmnjkphjfnanlojihefoeidjmbakfde |
आधिकारिक URL | https://chromewebstore.google.com/detail/ethereum-price-in-eur-by/gmmnjkphjfnanlojihefoeidjmbakfde |
विवरण | This extension displays the current Ethereum price in EUR on the badge. If you click it a TradingView chart will be displayed. |
फ़ाइल का आकार | 138 KB |
स्थापना संख्या | 73 |
वर्तमान संस्करण | 1.0.9 |
अंतिम अपडेट | 2023-12-06 |
प्रकाशन तिथि | 2020-07-28 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | BitcoinFan |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Ethereum price in EUR by BitcoinFan", "short_name": "ETH price in EUR", "version": "1.0.9", "background": { "service_worker": "background.js" }, "description": "This extension displays the current Ethereum 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" } |