CoinMarketCap Tracker
Check cryptocurrencies' prices, changes on your browser immediately..
¿Qué es CoinMarketCap Tracker?
CoinMarketCap Tracker es una extensión de Chrome desarrollada por Kessawy, y su función principal es "Check cryptocurrencies' prices, changes on your browser immediately..".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión CoinMarketCap Tracker
Descarga archivos de extensión CoinMarketCap Tracker 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
This Price Ticker can display over 1500 cryptocurrencies and global infos of the crypto market. With the constant rise of all cryptocurrencies in the world and their predestined future, it's time to keep an eye on the whole market cap. Watch prices and variations of a cryptocurrency with this light but useful chrome extension. Current Version: 3.0.1 The icon can display at a glance: - Global Market Cap - Bitcoin, Ehtereum price but also all others coins, listed by CoinMarketCap!! - Available in all currencies and languages!
Información Básica de la Extensión
Nombre | |
ID | jjfppgljnjgmkkbpkpbdbbdaleihgfnh |
URL Oficial | https://chromewebstore.google.com/detail/coinmarketcap-tracker/jjfppgljnjgmkkbpkpbdbbdaleihgfnh |
Descripción | Check cryptocurrencies' prices, changes on your browser immediately.. |
Tamaño del Archivo | 395 KB |
Cantidad de Instalaciones | 277 |
Versión Actual | 3.0 |
Última Actualización | 2023-12-23 |
Fecha de Publicación | 2018-05-06 |
Calificación | 4.00/5 Total de 2 Calificaciones |
Desarrollador | Kessawy |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CoinMarketCap Tracker", "version": "3.0", "manifest_version": 3, "description": "Check cryptocurrencies' prices, changes on your browser immediately..", "background": { "service_worker": "js\/script.js" }, "action": { "default_popup": "popup.html", "default_popup_tab_title": "CoinMarketCap Tracker" }, "icons": { "16": "img\/Bitcoin-icon.png", "48": "img\/Bitcoin-icon.png", "128": "img\/Bitcoin-icon.png" } } |