binance info
access
binance infoคืออะไร?
binance info เป็นส่วนขยายของ Chrome ที่พัฒนาโดย abfzlabfzl และคุณลักษณะหลักของมันคือ "access"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย binance info
ดาวน์โหลดไฟล์ส่วนขยาย binance info ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
making easy to trade in binance.com showing current balance of your cryptocurrency in each trade page calculate current balance of each position you set up and showing in the table of open orders in each currency page. in the next update we have this features: changing red and green color of trade page to less bother eyes of traders calculating sum of all current price and profit or loss of trading orders make more pretty UI/UX and many other features that needs any trader ...
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | binance info |
ID | ppppehcijnmfmamobfinpikdadmjjcln |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/binance-info/ppppehcijnmfmamobfinpikdadmjjcln |
คำอธิบาย | access |
ขนาดไฟล์ | 59.43 KB |
จำนวนการติดตั้ง | 16 |
เวอร์ชันปัจจุบัน | 2.1 |
อัปเดตครั้งล่าสุด | 2021-07-20 |
วันที่เผยแพร่ | 2021-07-19 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | abfzlabfzl |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "binance info", "description": "access ", "version": "2.1", "manifest_version": 3, "icons": { "16": "binance-coin-1616.png", "32": "binance-coin-3232.png", "64": "binance-coin-6464.png", "256": "binance-coin-256256.png", "128": "binance-coin-128128.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "activeTab" ], "action": { "default_icon": "binance-coin-6464.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/*.binance.com\/en\/trade\/*" ], "css": [ "styles.css" ], "js": [ "contentScript.js" ] } ] } |