BTC exchange monitor
This extension allow you to monitor your btc exchanges balance
BTC exchange monitorคืออะไร?
BTC exchange monitor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kein และคุณลักษณะหลักของมันคือ "This extension allow you to monitor your btc exchanges balance"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BTC exchange monitor
ดาวน์โหลดไฟล์ส่วนขยาย BTC exchange monitor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This is extension allow you to monitor you summary balance on some crypto exchanges. And show your total balance in BTC and USD. Extension require access to websites API of exchanges. Can monitor 4 exchanges: - Wex - Poloniex(exchange+lending) - Kraken - Bittrex
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | BTC exchange monitor |
ID | ljplephkcffoeflfflmdifkmmfkjplnf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/btc-exchange-monitor/ljplephkcffoeflfflmdifkmmfkjplnf |
คำอธิบาย | This extension allow you to monitor your btc exchanges balance |
ขนาดไฟล์ | 49.65 KB |
จำนวนการติดตั้ง | 18 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2017-12-09 |
วันที่เผยแพร่ | 2017-12-08 |
คะแนน | 3.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Kein |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BTC exchange monitor", "description": "This extension allow you to monitor your btc exchanges balance", "version": "1.2", "options_page": "public\/options.html", "browser_action": { "default_icon": "icon_16.png", "default_popup": "public\/popup.html" }, "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "permissions": [ "storage", "https:\/\/wex.nz\/tapi", "https:\/\/wex.nz\/api\/*", "https:\/\/poloniex.com\/tradingApi", "https:\/\/api.kraken.com\/0\/private\/*", "https:\/\/bittrex.com\/api\/v1.1\/*" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |