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은(는) https://dailytabs.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "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

Daily Crypto 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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/
도움말 페이지 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
}