Alerts for Binance
Get notifications when cryptocurrency pairs hit a certain price
Cos'è Alerts for Binance?
Alerts for Binance è un'estensione di Chrome sviluppata da tberghuis, e la sua funzione principale è "Get notifications when cryptocurrency pairs hit a certain price".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Alerts for Binance
Scarica i file di estensione Alerts for Binance in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | gnljjenfhpahfjofemhpjmfdhdjjhedb |
| URL Ufficiale | https://chromewebstore.google.com/detail/alerts-for-binance/gnljjenfhpahfjofemhpjmfdhdjjhedb |
| Descrizione | Get notifications when cryptocurrency pairs hit a certain price |
| Dimensione del File | 283 KB |
| Conteggio Installazioni | 102 |
| Versione Corrente | 0.0.1 |
| Ultimo Aggiornamento | 2019-03-08 |
| Data di Pubblicazione | 2019-03-08 |
| Sviluppatore | tberghuis |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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
} | |