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 |
| 官方網址 | 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"
}
} | |