Kraken Ticker
Add a ticker with your kraken information balance.
Co to jest Kraken Ticker?
Kraken Ticker to rozszerzenie Chrome opracowane przez https://tfeserver.fr, a jego główną funkcją jest „Add a ticker with your kraken information balance.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Kraken Ticker
Pobierz pliki rozszerzeń Kraken 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
Display a ticker with the crypto currencies current value, amount owned, and % variation for the last 24 hours.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | mihjpkmcbbnjepkdcfblmebdgcceofde |
Oficjalny URL | https://chromewebstore.google.com/detail/kraken-ticker/mihjpkmcbbnjepkdcfblmebdgcceofde |
Opis | Add a ticker with your kraken information balance. |
Rozmiar pliku | 104 KB |
Liczba instalacji | 288 |
Aktualna Wersja | 1.9 |
Ostatnia Aktualizacja | 2017-10-09 |
Data Publikacji | 2017-10-09 |
Ocena | 5.00/5 Łącznie 3 Oceny |
Deweloper | https://tfeserver.fr |
Typ Płatności | free |
Strona Rozszerzenia | http://tfeserver.be |
Adres URL Strony Pomocy | http://tfeserver.be |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Kraken Ticker", "version": "1.9", "description": "Add a ticker with your kraken information balance.", "icons": { "48": "icons\/kraken_48.png", "96": "icons\/kraken_96.png" }, "browser_action": { "default_icon": { "48": "icons\/kraken_48.png", "96": "icons\/kraken_96.png" }, "default_title": "Kraken ticker", "default_popup": "popup.html" }, "background": { "page": "background.html" }, "options_ui": { "page": "options.html" }, "permissions": [ "storage", "*:\/\/api.kraken.com\/*", "alarms" ] } |