Alerts for Binance
Get notifications when cryptocurrency pairs hit a certain price
Vad är Alerts for Binance?
Alerts for Binance är en Chrome-tillägg utvecklad av tberghuis, och dess huvudfunktion är "Get notifications when cryptocurrency pairs hit a certain price".
Tilläggsskärmbilder
Ladda ner Alerts for Binance-förlängningens CRX-fil
Ladda ner Alerts for Binance-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | Alerts for Binance |
ID | gnljjenfhpahfjofemhpjmfdhdjjhedb |
Officiell webbadress | https://chromewebstore.google.com/detail/alerts-for-binance/gnljjenfhpahfjofemhpjmfdhdjjhedb |
Beskrivning | Get notifications when cryptocurrency pairs hit a certain price |
Filstorlek | 283 KB |
Antal Installationer | 102 |
Aktuell Version | 0.0.1 |
Senast Uppdaterad | 2019-03-08 |
Publiceringsdatum | 2019-03-08 |
Utvecklare | tberghuis |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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 } |