Alerts for Binance
Get notifications when cryptocurrency pairs hit a certain price
Wat is Alerts for Binance?
Alerts for Binance is een Chrome-extensie ontwikkeld door tberghuis, en de belangrijkste functie is "Get notifications when cryptocurrency pairs hit a certain price".
Extensie Screenshots
Download het CRX-bestand van de extensie Alerts for Binance
Download Alerts for Binance-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Alerts for Binance |
ID | gnljjenfhpahfjofemhpjmfdhdjjhedb |
Officiële URL | https://chromewebstore.google.com/detail/alerts-for-binance/gnljjenfhpahfjofemhpjmfdhdjjhedb |
Beschrijving | Get notifications when cryptocurrency pairs hit a certain price |
Bestandsgrootte | 283 KB |
Aantal Installaties | 102 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2019-03-08 |
Publicatiedatum | 2019-03-08 |
Ontwikkelaar | tberghuis |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } |