Alerts for Binance
Get notifications when cryptocurrency pairs hit a certain price
Alerts for Binanceคืออะไร?
Alerts for Binance เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tberghuis และคุณลักษณะหลักของมันคือ "Get notifications when cryptocurrency pairs hit a certain price"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Alerts for Binance
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
URL อย่างเป็นทางการ | 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 } |