Crypto Trends
The #1 tool for crypto people! Keep up with the latest cryptocurrency market trends, news, and blockchain technology updates.
什麼是Crypto Trends?
Crypto Trends是由https://cryptotrends.io開發的Chrome擴展程式,該擴展的主要功能是“The #1 tool for crypto people! Keep up with the latest cryptocurrency market trends, news, and blockchain technology updates.”。
擴展截圖
下載Crypto Trends擴展crx文件
下載Crypto Trends擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
CryptoTrends makes sure you're never left behind on the latest in cryptocurrencies, bitcoin, and blockchain technology.
Whenever you open a new browser tab, the CryptoTrends app will open as the default content - allowing you to stay up-to-date with real-time prices, news and trends from 100's of sources.
Install it now and experience the magic. 擴展基本資訊
| 名稱 | |
| ID | lfmfaiakfnejjlocfekpbplmllhgokha |
| 官方網址 | https://chromewebstore.google.com/detail/crypto-trends/lfmfaiakfnejjlocfekpbplmllhgokha |
| 簡介 | The #1 tool for crypto people! Keep up with the latest cryptocurrency market trends, news, and blockchain technology updates. |
| 檔案大小 | 13.41 KB |
| 安裝次數 | 121 |
| 目前版本 | 1.0 |
| 更新時間 | 2021-12-31 |
| 上架時間 | 2021-12-31 |
| 評分 | 5.00/5 共 4 次評分 |
| 開發者 | https://cryptotrends.io |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://cryptotrends.io/ |
| 說明頁面URL | https://cryptotrends.io/contact |
| 隱私政策頁面URL | https://cryptotrends.io/privacy |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Crypto Trends",
"description": "The #1 tool for crypto people! Keep up with the latest cryptocurrency market trends, news, and blockchain technology updates.",
"version": "1.0",
"manifest_version": 3,
"author": {
"name": "Crypto Trends",
"url": "https:\/\/cryptotrends.io\/"
},
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"background": {
"service_worker": "sw.js"
},
"action": {
"default_icon": "img\/32.png"
},
"icons": {
"16": "img\/16.png",
"24": "img\/24.png",
"32": "img\/32.png",
"48": "img\/48.png",
"64": "img\/64.png",
"128": "img\/128.png"
}
} | |