Crypto Prices (Binance)
Prices of crypto currencies from Binance.com
Crypto Prices (Binance)คืออะไร?
Crypto Prices (Binance) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย passbbi และคุณลักษณะหลักของมันคือ "Prices of crypto currencies from Binance.com"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Crypto Prices (Binance)
ดาวน์โหลดไฟล์ส่วนขยาย Crypto Prices (Binance) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Prices of crypto currencies from Binance.com Showing pairs with BTC, ETH, BNB and their USD value and their % change in 24 hours.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | hjldnpiclhlaomebmfifoffocgabipje |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/crypto-prices-binance/hjldnpiclhlaomebmfifoffocgabipje |
คำอธิบาย | Prices of crypto currencies from Binance.com |
ขนาดไฟล์ | 24.28 KB |
จำนวนการติดตั้ง | 91 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2018-01-03 |
วันที่เผยแพร่ | 2018-01-03 |
คะแนน | 1.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | passbbi |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Crypto Prices (Binance)", "version": "1.2", "description": "Prices of crypto currencies from Binance.com", "homepage_url": "https:\/\/www.binance.com\/?ref=11267633", "icons": { "48": "icons\/addon-logo-48.png" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "permissions": [ "storage", "tabs", "https:\/\/api.binance.com\/*", "webRequest" ], "browser_action": { "default_icon": "icons\/addon-logo-48.png", "default_title": "Crypto", "default_popup": "show_prices.html" } } |