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 |
| Eメール | [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"
}
} | |