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!
Was ist Daily Crypto?
Daily Crypto ist eine Chrome-Erweiterung, die von https://dailytabs.co entwickelt wurde, und ihr Hauptmerkmal ist "Daily Crypto lets you add crypto tokens to easily track their prices, price change & 24h highs and lows in your new browser tab!".
Erweiterungsscreenshots
Daily Crypto-Erweiterungs-CRX-Datei herunterladen
Laden Sie Daily Crypto-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | ofhgdipkcpfmdndkjbhkejkgalmlomei |
Offizielle URL | https://chrome.google.com/webstore/detail/daily-crypto/ofhgdipkcpfmdndkjbhkejkgalmlomei |
Beschreibung | Daily Crypto lets you add crypto tokens to easily track their prices, price change & 24h highs and lows in your new browser tab! |
Dateigröße | 1.63 MB |
Installationsanzahl | 34 |
Aktuelle Version | 1.1 |
Letztes Update | 2022-11-10 |
Veröffentlichungsdatum | 2022-01-16 |
Bewertung | 5.00/5 Insgesamt 5 Bewertungen |
Entwickler | https://dailytabs.co |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://dailytabs.co/ |
Hilfeseite URL | https://dailytabs.co |
Unterstützte Sprachen | 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 } |