Daily Crypto
Daily Crypto lets you add crypto tokens to easily track their prices, price change & 24h highs and lows in your new browser tab!
¿Qué es Daily Crypto?
Daily Crypto es una extensión de Chrome desarrollada por https://dailytabs.co, y su función principal es "Daily Crypto lets you add crypto tokens to easily track their prices, price change & 24h highs and lows in your new browser tab!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Daily Crypto
Descarga archivos de extensión Daily Crypto 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
Tired of clicking through multiple sites, watchlists and more to track your crypto token prices? Daily Crypto replaces your default tab, and lets you easily access latest token prices of your curated selection of crypto tokens. From latest token prices, to price %age changes, 24 hour highs, lows and market cap ranks - we keep you updated.
Información Básica de la Extensión
Nombre | |
ID | ofhgdipkcpfmdndkjbhkejkgalmlomei |
URL Oficial | https://chrome.google.com/webstore/detail/daily-crypto/ofhgdipkcpfmdndkjbhkejkgalmlomei |
Descripción | Daily Crypto lets you add crypto tokens to easily track their prices, price change & 24h highs and lows in your new browser tab! |
Tamaño del Archivo | 1.63 MB |
Cantidad de Instalaciones | 34 |
Versión Actual | 1.1 |
Última Actualización | 2022-11-10 |
Fecha de Publicación | 2022-01-16 |
Calificación | 5.00/5 Total de 5 Calificaciones |
Desarrollador | https://dailytabs.co |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://dailytabs.co/ |
URL de la Página de Ayuda | https://dailytabs.co |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Daily Crypto", "description": "Daily Crypto lets you add crypto tokens to easily track their prices, price change & 24h highs and lows in your new browser tab!", "version": "1.1", "chrome_url_overrides": { "newtab": "page.html" }, "browser_action": { "default_icon": "images\/logo.png", "default_title": "Daily Crypto" }, "background": { "scripts": [ "background.js" ] }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/api.coingecko.com; object-src 'self'", "icons": { "16": "images\/dc_16.png", "48": "images\/dc_48.png", "128": "images\/dc_128.png" }, "manifest_version": 2 } |