Alerts for Binance
Get notifications when cryptocurrency pairs hit a certain price
什麼是Alerts for Binance?
Alerts for Binance是由tberghuis開發的Chrome擴展程式,該擴展的主要功能是“Get notifications when cryptocurrency pairs hit a certain price”。
擴展截圖
下載Alerts for Binance擴展crx文件
下載Alerts for Binance擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | Alerts for Binance |
ID | gnljjenfhpahfjofemhpjmfdhdjjhedb |
官方網址 | https://chromewebstore.google.com/detail/alerts-for-binance/gnljjenfhpahfjofemhpjmfdhdjjhedb |
簡介 | Get notifications when cryptocurrency pairs hit a certain price |
檔案大小 | 283 KB |
安裝次數 | 102 |
目前版本 | 0.0.1 |
更新時間 | 2019-03-08 |
上架時間 | 2019-03-08 |
開發者 | tberghuis |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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 } |