Ethereum price in USD by BitcoinFan

This extension displays the current Ethereum price in USD on the badge. If you click it a TradingView chart will be displayed.

什么是Ethereum price in USD by BitcoinFan?

Ethereum price in USD by BitcoinFan是由BitcoinFan开发的Chrome扩展程序,该扩展的主要功能是“This extension displays the current Ethereum price in USD on the badge. If you click it a TradingView chart will be displayed.”。

扩展截图

screenshot

下载Ethereum price in USD by BitcoinFan扩展crx文件

下载Ethereum price in USD 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).                    

扩展基本信息

名称 Ethereum price in USD by BitcoinFan Ethereum price in USD by BitcoinFan
ID caddnmdigajdehmjbnlkpmnckkcneckf
官方URL https://chromewebstore.google.com/detail/ethereum-price-in-usd-by/caddnmdigajdehmjbnlkpmnckkcneckf
简介 This extension displays the current Ethereum price in USD on the badge. If you click it a TradingView chart will be displayed.
文件大小 138 KB
安装次数 67
当前版本 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": "Ethereum price in USD by BitcoinFan",
    "short_name": "ETH price in USD",
    "version": "1.0.9",
    "background": {
        "service_worker": "background.js"
    },
    "description": "This extension displays the current Ethereum price in USD 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"
}