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!

ما هو Daily Crypto؟

Daily Crypto هو إضافة Chrome تم تطويرها بواسطة https://dailytabs.co، والميزة الرئيسية لها هي "Daily Crypto lets you add crypto tokens to easily track their prices, price change & 24h highs and lows in your new browser tab!".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Daily Crypto

قم بتنزيل ملفات الامتداد Daily Crypto بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Daily Crypto Daily Crypto
ID ofhgdipkcpfmdndkjbhkejkgalmlomei
عنوان URL الرسمي https://chrome.google.com/webstore/detail/daily-crypto/ofhgdipkcpfmdndkjbhkejkgalmlomei
الوصف Daily Crypto lets you add crypto tokens to easily track their prices, price change & 24h highs and lows in your new browser tab!
حجم الملف 1.63 MB
عدد التثبيتات 34
النسخة الحالية 1.1
آخر تحديث 2022-11-10
تاريخ النشر 2022-01-16
تقييم 5.00/5 مجموع تقييمات 5
المطور https://dailytabs.co
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://dailytabs.co/
عنوان صفحة المساعدة https://dailytabs.co
اللغات المدعومة 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
}