BinanceCoin price in EUR by BitcoinFan
This extension displays the current BNB price in EUR on the badge. If you click it a TradingView chart will be displayed.
什麼是BinanceCoin price in EUR by BitcoinFan?
BinanceCoin price in EUR by BitcoinFan是由BitcoinFan開發的Chrome擴展程式,該擴展的主要功能是“This extension displays the current BNB price in EUR on the badge. If you click it a TradingView chart will be displayed.”。
擴展截圖
下載BinanceCoin price in EUR by BitcoinFan擴展crx文件
下載BinanceCoin price in EUR by BitcoinFan擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 | bfdobddlbkhihdgekanckkcmkcdfiejb |
官方網址 | https://chromewebstore.google.com/detail/binancecoin-price-in-eur/bfdobddlbkhihdgekanckkcmkcdfiejb |
簡介 | This extension displays the current BNB price in EUR on the badge. If you click it a TradingView chart will be displayed. |
檔案大小 | 144 KB |
安裝次數 | 35 |
目前版本 | 1.0.9 |
更新時間 | 2023-12-05 |
上架時間 | 2021-07-05 |
評分 | 5.00/5 共 1 次評分 |
開發者 | BitcoinFan |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "BinanceCoin price in EUR by BitcoinFan", "short_name": "BNB price in EUR", "version": "1.0.9", "background": { "service_worker": "background.js" }, "description": "This extension displays the current BNB 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" } |