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!
O que é Daily Crypto?
Daily Crypto é uma extensão do Chrome desenvolvida por https://dailytabs.co, e sua principal característica é "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 Tela da Extensão
Baixar o arquivo CRX da Extensão Daily Crypto
Baixe arquivos de extensão Daily Crypto no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | ofhgdipkcpfmdndkjbhkejkgalmlomei |
URL Oficial | https://chrome.google.com/webstore/detail/daily-crypto/ofhgdipkcpfmdndkjbhkejkgalmlomei |
Descrição | Daily Crypto lets you add crypto tokens to easily track their prices, price change & 24h highs and lows in your new browser tab! |
Tamanho do Arquivo | 1.63 MB |
Contagem de Instalações | 34 |
Versão Atual | 1.1 |
Última Atualização | 2022-11-10 |
Data de Publicação | 2022-01-16 |
Classificação | 5.00/5 Total de 5 Avaliações |
Desenvolvedor | https://dailytabs.co |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://dailytabs.co/ |
URL da Página de Ajuda | https://dailytabs.co |
Idiomas Suportados | 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 } |