Multi Crypto Ticker - Toolbar price monitor
Monitor cryptocurrency prices in a unique, efficient way.
Co to jest Multi Crypto Ticker - Toolbar price monitor?
Multi Crypto Ticker - Toolbar price monitor to rozszerzenie Chrome opracowane przez https://multicryptoticker.com, a jego główną funkcją jest „Monitor cryptocurrency prices in a unique, efficient way.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Multi Crypto Ticker - Toolbar price monitor
Pobierz pliki rozszerzeń Multi Crypto Ticker - Toolbar price monitor w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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! Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | mckpoliiiknakdcaoabkkdbbenopnabl |
| Oficjalny URL | https://chromewebstore.google.com/detail/multi-crypto-ticker-toolb/mckpoliiiknakdcaoabkkdbbenopnabl |
| Opis | Monitor cryptocurrency prices in a unique, efficient way. |
| Rozmiar pliku | 451 KB |
| Liczba instalacji | 217 |
| Aktualna Wersja | 2.1.2 |
| Ostatnia Aktualizacja | 2024-02-12 |
| Data Publikacji | 2022-02-04 |
| Ocena | 4.50/5 Łącznie 2 Oceny |
| Deweloper | https://multicryptoticker.com |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://multicryptoticker.com |
| Adres URL Strony Pomocy | https://multicryptoticker.com/help |
| Obsługiwane Języki | 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"
}
} | |