Alerts for Binance
Get notifications when cryptocurrency pairs hit a certain price
Co to jest Alerts for Binance?
Alerts for Binance to rozszerzenie Chrome opracowane przez tberghuis, a jego główną funkcją jest „Get notifications when cryptocurrency pairs hit a certain price”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Alerts for Binance
Pobierz pliki rozszerzeń Alerts for Binance 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
Get notified when a crypto pairing hits a certain price.
Source code available: https://github.com/tberghuis/AlertsForBinance
Feedback welcome. Please submit feedback as a new issue on github https://github.com/tberghuis/AlertsForBinance/issues Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | gnljjenfhpahfjofemhpjmfdhdjjhedb |
| Oficjalny URL | https://chromewebstore.google.com/detail/alerts-for-binance/gnljjenfhpahfjofemhpjmfdhdjjhedb |
| Opis | Get notifications when cryptocurrency pairs hit a certain price |
| Rozmiar pliku | 283 KB |
| Liczba instalacji | 102 |
| Aktualna Wersja | 0.0.1 |
| Ostatnia Aktualizacja | 2019-03-08 |
| Data Publikacji | 2019-03-08 |
| Deweloper | tberghuis |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "Get notifications when cryptocurrency pairs hit a certain price",
"version": "0.0.1",
"name": "Alerts for Binance",
"options_page": "options.html",
"background": {
"scripts": [
"background.bundle.js"
]
},
"browser_action": [],
"permissions": [
"storage",
"https:\/\/api.binance.com\/",
"notifications"
],
"manifest_version": 2
} | |