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.
扩展基本信息
名称 | Crypto Trends |
ID | lfmfaiakfnejjlocfekpbplmllhgokha |
官方URL | 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" } } |