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 là gì?
Daily Crypto là một tiện ích mở rộng Chrome được phát triển bởi https://dailytabs.co, và tính năng chính của nó là "Daily Crypto lets you add crypto tokens to easily track their prices, price change & 24h highs and lows in your new browser tab!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Daily Crypto
Tải xuống các tệp mở rộng Daily Crypto dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ofhgdipkcpfmdndkjbhkejkgalmlomei |
URL Chính Thức | https://chrome.google.com/webstore/detail/daily-crypto/ofhgdipkcpfmdndkjbhkejkgalmlomei |
Mô tả | Daily Crypto lets you add crypto tokens to easily track their prices, price change & 24h highs and lows in your new browser tab! |
Kích Thước Tệp | 1.63 MB |
Số Lần Cài Đặt | 34 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2022-11-10 |
Ngày Phát Hành | 2022-01-16 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | https://dailytabs.co |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://dailytabs.co/ |
URL Trang Trợ Giúp | https://dailytabs.co |
Ngôn Ngữ Được Hỗ Trợ | 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 } |