Multi Crypto Ticker - Toolbar price monitor
Monitor cryptocurrency prices in a unique, efficient way.
Cos'è Multi Crypto Ticker - Toolbar price monitor?
Multi Crypto Ticker - Toolbar price monitor è un'estensione di Chrome sviluppata da https://multicryptoticker.com, e la sua funzione principale è "Monitor cryptocurrency prices in a unique, efficient way.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Multi Crypto Ticker - Toolbar price monitor
Scarica i file di estensione Multi Crypto Ticker - Toolbar price monitor in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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! Informazioni di Base sull'Estensione
| Nome | |
| ID | mckpoliiiknakdcaoabkkdbbenopnabl |
| URL Ufficiale | https://chromewebstore.google.com/detail/multi-crypto-ticker-toolb/mckpoliiiknakdcaoabkkdbbenopnabl |
| Descrizione | Monitor cryptocurrency prices in a unique, efficient way. |
| Dimensione del File | 451 KB |
| Conteggio Installazioni | 217 |
| Versione Corrente | 2.1.2 |
| Ultimo Aggiornamento | 2024-02-12 |
| Data di Pubblicazione | 2022-02-04 |
| Valutazione | 4.50/5 Totale 2 Valutazioni |
| Sviluppatore | https://multicryptoticker.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://multicryptoticker.com |
| URL della Pagina di Aiuto | https://multicryptoticker.com/help |
| Lingue Supportate | 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"
}
} | |