IOTA ticker
This non official extension allows the user to display the current price of MIOTA in USD
Co to jest IOTA ticker?
IOTA ticker to rozszerzenie Chrome opracowane przez hak910, a jego główną funkcją jest „This non official extension allows the user to display the current price of MIOTA in USD”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia IOTA ticker
Pobierz pliki rozszerzeń IOTA ticker 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
This non official extension allows the user to display the current price of MIOTA in USD from CoinMarketCap. The price is updated every minute. The red background indicates that the 24h price is down. The green background indicates that the 24h price is up. Donation : MGGUTRHVQNPHXRJ9TQZQUWLDVCCENBVRCWVIFPTCNGINHCCIYYAHWIGFP9ATMHWZPWLUXOXUTODEKBRPYBJNMEWWUD
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | jbhegidpbcpnnabhglbjfboccegcjjbe |
Oficjalny URL | https://chrome.google.com/webstore/detail/iota-ticker/jbhegidpbcpnnabhglbjfboccegcjjbe |
Opis | This non official extension allows the user to display the current price of MIOTA in USD |
Rozmiar pliku | 5.52 KB |
Liczba instalacji | 41 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2017-12-17 |
Data Publikacji | 2017-12-17 |
Ocena | 4.73/5 Łącznie 11 Oceny |
Deweloper | hak910 |
Typ Płatności | free |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "IOTA ticker", "description": "This non official extension allows the user to display the current price of MIOTA in USD", "version": "1.1", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage", "background", "alarms" ], "background": { "scripts": [ "myscript.js" ], "persistent": true } } |