Multi Crypto Ticker - Toolbar price monitor
Monitor cryptocurrency prices in a unique, efficient way.
什么是Multi Crypto Ticker - Toolbar price monitor?
Multi Crypto Ticker - Toolbar price monitor是由https://multicryptoticker.com开发的Chrome扩展程序,该扩展的主要功能是“Monitor cryptocurrency prices in a unique, efficient way.”。
扩展截图
下载Multi Crypto Ticker - Toolbar price monitor扩展crx文件
下载Multi Crypto Ticker - Toolbar price monitor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Watch all your favorite cryptocurrencies without having to open a new tab. Simply look at the toolbar or hover over the icon to view current prices.
Bitcoin, Ethereum, Doge and more - choose from the top 1000 coins by market cap.
- Right-click icon to access options (coin selection, display)
- Click icon to cycle displayed coin
- Hover over icon to quickly view all enabled coin prices
Premium features are now enabled for all users!
- Monitor up to 1000 cryptocurrencies (as screen space allows)
- Prices in 168 fiat currencies
- Fresh data within 5 mins
If you love it, support us if you can. Thanks! 扩展基本信息
| 名称 | |
| ID | mckpoliiiknakdcaoabkkdbbenopnabl |
| 官方URL | https://chromewebstore.google.com/detail/multi-crypto-ticker-toolb/mckpoliiiknakdcaoabkkdbbenopnabl |
| 简介 | Monitor cryptocurrency prices in a unique, efficient way. |
| 文件大小 | 451 KB |
| 安装次数 | 217 |
| 当前版本 | 2.1.2 |
| 更新时间 | 2024-02-12 |
| 上架时间 | 2022-02-04 |
| 评分 | 4.50/5 共2次评分 |
| 开发者 | https://multicryptoticker.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://multicryptoticker.com |
| 帮助页面URL | https://multicryptoticker.com/help |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Multi Crypto Ticker - Toolbar price monitor",
"description": "Monitor cryptocurrency prices in a unique, efficient way.",
"manifest_version": 3,
"version": "2.1.2",
"icons": {
"128": "img\/default.png"
},
"permissions": [
"storage",
"alarms",
"contextMenus"
],
"action": {
"default_icon": "img\/default.png"
},
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"background": {
"service_worker": "service.js"
}
} | |