CoinMarketCap Tracker
Check cryptocurrencies' prices, changes on your browser immediately..
什么是CoinMarketCap Tracker?
CoinMarketCap Tracker是由Kessawy开发的Chrome扩展程序,该扩展的主要功能是“Check cryptocurrencies' prices, changes on your browser immediately..”。
扩展截图
下载CoinMarketCap Tracker扩展crx文件
下载CoinMarketCap Tracker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This Price Ticker can display over 1500 cryptocurrencies and global infos of the crypto market. With the constant rise of all cryptocurrencies in the world and their predestined future, it's time to keep an eye on the whole market cap. Watch prices and variations of a cryptocurrency with this light but useful chrome extension. Current Version: 3.0.1 The icon can display at a glance: - Global Market Cap - Bitcoin, Ehtereum price but also all others coins, listed by CoinMarketCap!! - Available in all currencies and languages!
扩展基本信息
名称 | |
ID | jjfppgljnjgmkkbpkpbdbbdaleihgfnh |
官方URL | https://chromewebstore.google.com/detail/coinmarketcap-tracker/jjfppgljnjgmkkbpkpbdbbdaleihgfnh |
简介 | Check cryptocurrencies' prices, changes on your browser immediately.. |
文件大小 | 395 KB |
安装次数 | 277 |
当前版本 | 3.0 |
更新时间 | 2023-12-23 |
上架时间 | 2018-05-06 |
评分 | 4.00/5 共2次评分 |
开发者 | Kessawy |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CoinMarketCap Tracker", "version": "3.0", "manifest_version": 3, "description": "Check cryptocurrencies' prices, changes on your browser immediately..", "background": { "service_worker": "js\/script.js" }, "action": { "default_popup": "popup.html", "default_popup_tab_title": "CoinMarketCap Tracker" }, "icons": { "16": "img\/Bitcoin-icon.png", "48": "img\/Bitcoin-icon.png", "128": "img\/Bitcoin-icon.png" } } |