Just Bitcoin Ticker [PRO]
Super lightweight minimalist extension that displays the current Bitcoin price in USD. Price pulled from Coingecko's v3 API. Other…
¿Qué es Just Bitcoin Ticker [PRO]?
Just Bitcoin Ticker [PRO] es una extensión de Chrome desarrollada por https://nfl0.codes, y su función principal es "Super lightweight minimalist extension that displays the current Bitcoin price in USD. Price pulled from Coingecko's v3 API. Other…".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Just Bitcoin Ticker [PRO]
Descarga archivos de extensión Just Bitcoin Ticker [PRO] 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
Super lightweight minimalist extension that displays the current Bitcoin price in USD. Price pulled from Coingecko's v3 API. Other altcoins? Download here -> https://cpte-org.github.io/ ------------------ Code here: https://github.com/cpte-org/Crypto-price-ticker-extension If you like this feel free to donate: ADA: addr1q8h0we90q0n0zp8aupqxa662c43dvh04s7npu5yj9vltjm5jfsxx4s2ycuxm5629natextfld9cs54ms47carfk8r74q763jvs BTC: 1DtTKJJosqgF4NzJHBqwMXGWoYwtpBoxpx ETH address: www.accepte.eth ||0x3AF9fE35D280ADA5a5edB1BEf3ED872a3231d73C
Información Básica de la Extensión
Nombre | Just Bitcoin Ticker [PRO] |
ID | edocckdppcejnpljkgohkdgniefflgfo |
URL Oficial | https://chromewebstore.google.com/detail/just-bitcoin-ticker-pro/edocckdppcejnpljkgohkdgniefflgfo |
Descripción | Super lightweight minimalist extension that displays the current Bitcoin price in USD. Price pulled from Coingecko's v3 API. Other… |
Tamaño del Archivo | 17.22 KB |
Cantidad de Instalaciones | 29 |
Versión Actual | 3.0.0 |
Última Actualización | 2024-02-13 |
Fecha de Publicación | 2020-10-30 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | https://nfl0.codes |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Ayuda | https://gitlab.com/nfl0/crypto-price-ticker-extension/-/issues |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Just Bitcoin Ticker [PRO]", "version": "3.0.0", "icons": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "64": "icon-64.png", "128": "icon-128.png" }, "permissions": [ "storage", "alarms" ], "action": { "default_icon": "icon-48.png" }, "background": { "service_worker": "background.js" } } |