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!”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | ofhgdipkcpfmdndkjbhkejkgalmlomei |
官方網址 | 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 } |