NEM (XEM/BTC) Price Ticker
This extension shows latest price ticker of NEM (XEM/BTC) from bittrex exchange
NEM (XEM/BTC) Price Tickerคืออะไร?
NEM (XEM/BTC) Price Ticker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Taha และคุณลักษณะหลักของมันคือ "This extension shows latest price ticker of NEM (XEM/BTC) from bittrex exchange"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NEM (XEM/BTC) Price Ticker
ดาวน์โหลดไฟล์ส่วนขยาย NEM (XEM/BTC) Price Ticker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Extension Features: 1. XEM price in BTC 2. Notify you When Price +- 3. Control refresh time (1-min by default)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | NEM (XEM/BTC) Price Ticker |
ID | hffhicplhmnandgoocpgmbfcbhajhppj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/nem-xembtc-price-ticker/hffhicplhmnandgoocpgmbfcbhajhppj |
คำอธิบาย | This extension shows latest price ticker of NEM (XEM/BTC) from bittrex exchange |
ขนาดไฟล์ | 72.06 KB |
จำนวนการติดตั้ง | 65 |
เวอร์ชันปัจจุบัน | 1.1.8 |
อัปเดตครั้งล่าสุด | 2020-03-14 |
วันที่เผยแพร่ | 2020-03-14 |
คะแนน | 4.60/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | Taha |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "NEM (XEM\/BTC) Price Ticker", "description": "This extension shows latest price ticker of NEM (XEM\/BTC) from bittrex exchange", "version": "1.1.8", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": "images\/ubq.png" }, "permissions": [ "notifications" ], "web_accessible_resources": [ "images\/ubq.png" ], "background": { "persistent": true, "page": "background.html" }, "options_page": "options.html" } |