Bitcoin price in USD by BitcoinFan
This extension displays the current Bitcoin price in USD on the badge. If you click it a TradingView chart will be displayed.
¿Qué es Bitcoin price in USD by BitcoinFan?
Bitcoin price in USD by BitcoinFan es una extensión de Chrome desarrollada por BitcoinFan, y su función principal es "This extension displays the current Bitcoin price in USD on the badge. If you click it a TradingView chart will be displayed.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Bitcoin price in USD by BitcoinFan
Descarga archivos de extensión Bitcoin price in USD by BitcoinFan en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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).
Información Básica de la Extensión
Nombre | |
ID | bkekahlamloiehinhehocilnepdlhfeh |
URL Oficial | https://chromewebstore.google.com/detail/bitcoin-price-in-usd-by-b/bkekahlamloiehinhehocilnepdlhfeh |
Descripción | This extension displays the current Bitcoin price in USD on the badge. If you click it a TradingView chart will be displayed. |
Tamaño del Archivo | 136 KB |
Cantidad de Instalaciones | 98 |
Versión Actual | 1.0.9 |
Última Actualización | 2023-12-08 |
Fecha de Publicación | 2020-07-28 |
Calificación | 5.00/5 Total de 7 Calificaciones |
Desarrollador | BitcoinFan |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Bitcoin price in USD by BitcoinFan", "short_name": "BTC price in USD", "version": "1.0.9", "background": { "service_worker": "background.js" }, "description": "This extension displays the current Bitcoin 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" } |