Binance show USD
Add the USD value to the output of the BTC Value column on Binance
Binance show USDคืออะไร?
Binance show USD เป็นส่วนขยายของ Chrome ที่พัฒนาโดย manpreet และคุณลักษณะหลักของมันคือ "Add the USD value to the output of the BTC Value column on Binance"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Binance show USD
ดาวน์โหลดไฟล์ส่วนขยาย Binance show USD ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Add the USD value to the output of the BTC Value column on Binance. Binance and the Binance Logo are registered trademarks of Binance Limited
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | pnmjhiopgdfcldmiggaldinjoehngofh |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/pnmjhiopgdfcldmiggaldinjoehngofh |
คำอธิบาย | Add the USD value to the output of the BTC Value column on Binance |
ขนาดไฟล์ | 36.28 KB |
จำนวนการติดตั้ง | 132 |
เวอร์ชันปัจจุบัน | 1.01 |
อัปเดตครั้งล่าสุด | 2018-01-04 |
วันที่เผยแพร่ | 2018-01-04 |
คะแนน | 3.50/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | manpreet |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/manpreetnarang/Binance-BTCtoUSD |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Binance show USD", "description": "Add the USD value to the output of the BTC Value column on Binance", "version": "1.01", "content_scripts": [ { "matches": [ "https:\/\/www.binance.com\/userCenter\/depositWithdraw.html" ], "js": [ "jquery.min.js", "content.js" ], "run_at": "document_end" } ] } |