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ファイルをダウンロード

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
Eメール [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
}