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!
Wat is Daily Crypto?
Daily Crypto is een Chrome-extensie ontwikkeld door https://dailytabs.co, en de belangrijkste functie is "Daily Crypto lets you add crypto tokens to easily track their prices, price change & 24h highs and lows in your new browser tab!".
Extensie Screenshots
Download het CRX-bestand van de extensie Daily Crypto
Download Daily Crypto-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | ofhgdipkcpfmdndkjbhkejkgalmlomei |
Officiële URL | https://chrome.google.com/webstore/detail/daily-crypto/ofhgdipkcpfmdndkjbhkejkgalmlomei |
Beschrijving | Daily Crypto lets you add crypto tokens to easily track their prices, price change & 24h highs and lows in your new browser tab! |
Bestandsgrootte | 1.63 MB |
Aantal Installaties | 34 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2022-11-10 |
Publicatiedatum | 2022-01-16 |
Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | https://dailytabs.co |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://dailytabs.co/ |
Help Pagina-URL | https://dailytabs.co |
Ondersteunde Talen | 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 } |