Alerts for Binance
Get notifications when cryptocurrency pairs hit a certain price
¿Qué es Alerts for Binance?
Alerts for Binance es una extensión de Chrome desarrollada por tberghuis, y su función principal es "Get notifications when cryptocurrency pairs hit a certain price".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Alerts for Binance
Descarga archivos de extensión Alerts for Binance en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | Alerts for Binance |
ID | gnljjenfhpahfjofemhpjmfdhdjjhedb |
URL Oficial | https://chromewebstore.google.com/detail/alerts-for-binance/gnljjenfhpahfjofemhpjmfdhdjjhedb |
Descripción | Get notifications when cryptocurrency pairs hit a certain price |
Tamaño del Archivo | 283 KB |
Cantidad de Instalaciones | 102 |
Versión Actual | 0.0.1 |
Última Actualización | 2019-03-08 |
Fecha de Publicación | 2019-03-08 |
Desarrollador | tberghuis |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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 } |