Alerts for Binance
Get notifications when cryptocurrency pairs hit a certain price
Alerts for Binance là gì?
Alerts for Binance là một tiện ích mở rộng Chrome được phát triển bởi tberghuis, và tính năng chính của nó là "Get notifications when cryptocurrency pairs hit a certain price".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Alerts for Binance
Tải xuống các tệp mở rộng Alerts for Binance dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Alerts for Binance |
ID | gnljjenfhpahfjofemhpjmfdhdjjhedb |
URL Chính Thức | https://chromewebstore.google.com/detail/alerts-for-binance/gnljjenfhpahfjofemhpjmfdhdjjhedb |
Mô tả | Get notifications when cryptocurrency pairs hit a certain price |
Kích Thước Tệp | 283 KB |
Số Lần Cài Đặt | 102 |
Phiên Bản Hiện Tại | 0.0.1 |
Cập Nhật Lần Cuối | 2019-03-08 |
Ngày Phát Hành | 2019-03-08 |
Nhà Phát Triển | tberghuis |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |