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'est-ce que Daily Crypto ?

Daily Crypto est une extension Chrome développée par https://dailytabs.co, et sa fonction principale est "Daily Crypto lets you add crypto tokens to easily track their prices, price change & 24h highs and lows in your new browser tab!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Daily Crypto

Téléchargez les fichiers d'extension Daily Crypto au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Daily Crypto Daily Crypto
ID ofhgdipkcpfmdndkjbhkejkgalmlomei
URL Officiel https://chrome.google.com/webstore/detail/daily-crypto/ofhgdipkcpfmdndkjbhkejkgalmlomei
Description Daily Crypto lets you add crypto tokens to easily track their prices, price change & 24h highs and lows in your new browser tab!
Taille du Fichier 1.63 MB
Nombre d'Installations 34
Version Actuelle 1.1
Dernière Mise à Jour 2022-11-10
Date de Publication 2022-01-16
Évaluation 5.00/5 Total 5 Évaluations
Développeur https://dailytabs.co
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://dailytabs.co/
URL de la Page d'Aide https://dailytabs.co
Langues Prises en Charge 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
}