Alerts for Binance
Get notifications when cryptocurrency pairs hit a certain price
Qu'est-ce que Alerts for Binance ?
Alerts for Binance est une extension Chrome développée par tberghuis, et sa fonction principale est "Get notifications when cryptocurrency pairs hit a certain price".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Alerts for Binance
Téléchargez les fichiers d'extension Alerts for Binance au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Alerts for Binance |
ID | gnljjenfhpahfjofemhpjmfdhdjjhedb |
URL Officiel | https://chromewebstore.google.com/detail/alerts-for-binance/gnljjenfhpahfjofemhpjmfdhdjjhedb |
Description | Get notifications when cryptocurrency pairs hit a certain price |
Taille du Fichier | 283 KB |
Nombre d'Installations | 102 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2019-03-08 |
Date de Publication | 2019-03-08 |
Développeur | tberghuis |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } |