Multi Crypto Ticker - Toolbar price monitor
Monitor cryptocurrency prices in a unique, efficient way.
Was ist Multi Crypto Ticker - Toolbar price monitor?
Multi Crypto Ticker - Toolbar price monitor ist eine Chrome-Erweiterung, die von https://multicryptoticker.com entwickelt wurde, und ihr Hauptmerkmal ist "Monitor cryptocurrency prices in a unique, efficient way.".
Erweiterungsscreenshots
Multi Crypto Ticker - Toolbar price monitor-Erweiterungs-CRX-Datei herunterladen
Laden Sie Multi Crypto Ticker - Toolbar price monitor-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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! Grundlegende Informationen zur Erweiterung
| Name | |
| ID | mckpoliiiknakdcaoabkkdbbenopnabl |
| Offizielle URL | https://chromewebstore.google.com/detail/multi-crypto-ticker-toolb/mckpoliiiknakdcaoabkkdbbenopnabl |
| Beschreibung | Monitor cryptocurrency prices in a unique, efficient way. |
| Dateigröße | 451 KB |
| Installationsanzahl | 217 |
| Aktuelle Version | 2.1.2 |
| Letztes Update | 2024-02-12 |
| Veröffentlichungsdatum | 2022-02-04 |
| Bewertung | 4.50/5 Insgesamt 2 Bewertungen |
| Entwickler | https://multicryptoticker.com |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://multicryptoticker.com |
| Hilfeseite URL | https://multicryptoticker.com/help |
| Unterstützte Sprachen | 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"
}
} | |