Multi Crypto Ticker - Toolbar price monitor
Monitor cryptocurrency prices in a unique, efficient way.
Wat is Multi Crypto Ticker - Toolbar price monitor?
Multi Crypto Ticker - Toolbar price monitor is een Chrome-extensie ontwikkeld door https://multicryptoticker.com, en de belangrijkste functie is "Monitor cryptocurrency prices in a unique, efficient way.".
Extensie Screenshots
Download het CRX-bestand van de extensie Multi Crypto Ticker - Toolbar price monitor
Download Multi Crypto Ticker - Toolbar price monitor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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! Basisinformatie over de Extensie
| Naam | |
| ID | mckpoliiiknakdcaoabkkdbbenopnabl |
| Officiële URL | https://chromewebstore.google.com/detail/multi-crypto-ticker-toolb/mckpoliiiknakdcaoabkkdbbenopnabl |
| Beschrijving | Monitor cryptocurrency prices in a unique, efficient way. |
| Bestandsgrootte | 451 KB |
| Aantal Installaties | 217 |
| Huidige Versie | 2.1.2 |
| Laatst Bijgewerkt | 2024-02-12 |
| Publicatiedatum | 2022-02-04 |
| Beoordeling | 4.50/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | https://multicryptoticker.com |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://multicryptoticker.com |
| Help Pagina-URL | https://multicryptoticker.com/help |
| Ondersteunde Talen | 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"
}
} | |