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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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/
URL หน้าช่วยเหลือ 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
}