Ripple (XRP/BTC) Price Ticker
This extension shows XRP price in BTC from bittrex exchange
Ripple (XRP/BTC) Price Tickerคืออะไร?
Ripple (XRP/BTC) Price Ticker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Taha และคุณลักษณะหลักของมันคือ "This extension shows XRP price in BTC from bittrex exchange"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ripple (XRP/BTC) Price Ticker
ดาวน์โหลดไฟล์ส่วนขยาย Ripple (XRP/BTC) Price Ticker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This is simple extension shows XRP/BTC price from bittrex exchange
Extension Features:
1. XRP price in BTC
2. Notify you When Price +-
3. Price update every 1 minute
--
*There is another extension shows XRP price in USD.
Search> "lfiejmmmgjifdmgnfaljjkeeojgkcbch" ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | aceanfmobdgdiifkcnobhdoadjphmccd |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ripple-xrpbtc-price-ticke/aceanfmobdgdiifkcnobhdoadjphmccd |
| คำอธิบาย | This extension shows XRP price in BTC from bittrex exchange |
| ขนาดไฟล์ | 68.72 KB |
| จำนวนการติดตั้ง | 841 |
| เวอร์ชันปัจจุบัน | 1.1.4 |
| อัปเดตครั้งล่าสุด | 2020-06-18 |
| วันที่เผยแพร่ | 2020-06-17 |
| คะแนน | 4.14/5 รวมทั้งหมด 29 คะแนน |
| ผู้พัฒนา | Taha |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Ripple (XRP\/BTC) Price Ticker",
"description": "This extension shows XRP price in BTC from bittrex exchange",
"version": "1.1.4",
"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"
} | |