BTC Markets Ticker
Quickly see how various cryptocurrency markets are performing in AUD. This extension does not require an API key or configuration.
Co to jest BTC Markets Ticker?
BTC Markets Ticker to rozszerzenie Chrome opracowane przez sudosammy, a jego główną funkcją jest „Quickly see how various cryptocurrency markets are performing in AUD. This extension does not require an API key or configuration.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia BTC Markets Ticker
Pobierz pliki rozszerzeń BTC Markets 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
Simple Chrome extension ticker that makes use of the BTC Markets API (https://www.btcmarkets.net/). Regularly updated to stay current with the coins offered by BTC Markets. State will persist between Chrome browsers that you're logged into. If it looks broken, press the delete key (or Fn+Delete on Mac) to refresh the extension.
Podstawowe informacje o rozszerzeniu
Nazwa | BTC Markets Ticker |
ID | cmjogmdkjjbhhlcfhabajdbdafdmhmdi |
Oficjalny URL | https://chromewebstore.google.com/detail/btc-markets-ticker/cmjogmdkjjbhhlcfhabajdbdafdmhmdi |
Opis | Quickly see how various cryptocurrency markets are performing in AUD. This extension does not require an API key or configuration. |
Rozmiar pliku | 20.94 KB |
Liczba instalacji | 52 |
Aktualna Wersja | 0.10 |
Ostatnia Aktualizacja | 2021-02-14 |
Data Publikacji | 2020-01-25 |
Ocena | 5.00/5 Łącznie 6 Oceny |
Deweloper | sudosammy |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/sudosammy/BTCMarkets-Ticker |
Adres URL Strony Pomocy | https://github.com/sudosammy/BTCMarkets-Ticker |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BTC Markets Ticker", "description": "Quickly see how various cryptocurrency markets are performing in AUD. This extension does not require an API key or configuration.", "version": "0.10", "browser_action": { "default_icon": "images\/icon16.png", "default_popup": "popup.html" }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "storage", "https:\/\/*.btcmarkets.net\/" ] } |