Ripple (XRP/USD) Price Ticker
This extension shows latest price ticker of XRP/USD.
Ripple (XRP/USD) Price Tickerคืออะไร?
Ripple (XRP/USD) Price Ticker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Taha และคุณลักษณะหลักของมันคือ "This extension shows latest price ticker of XRP/USD."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ripple (XRP/USD) Price Ticker
ดาวน์โหลดไฟล์ส่วนขยาย Ripple (XRP/USD) Price Ticker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This is a simple extension shows XRP price from cryptocompare (XRP/USD)
Extension Features:
1. XRP price in USD
2. Display Chart
3. Control refresh time (1 min by default)
--
*There is another exchange shows price in BTC.
Search> "aceanfmobdgdiifkcnobhdoadjphmccd" ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | lfiejmmmgjifdmgnfaljjkeeojgkcbch |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ripple-xrpusd-price-ticke/lfiejmmmgjifdmgnfaljjkeeojgkcbch |
| คำอธิบาย | This extension shows latest price ticker of XRP/USD. |
| ขนาดไฟล์ | 222 KB |
| จำนวนการติดตั้ง | 523 |
| เวอร์ชันปัจจุบัน | 1.0.0 |
| อัปเดตครั้งล่าสุด | 2020-03-11 |
| วันที่เผยแพร่ | 2020-03-11 |
| คะแนน | 3.80/5 รวมทั้งหมด 5 คะแนน |
| ผู้พัฒนา | Taha |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Ripple (XRP\/USD) Price Ticker",
"description": "This extension shows latest price ticker of XRP\/USD.",
"version": "1.0.0",
"browser_action": {
"default_icon": "images\/icon.png",
"default_popup": "popup.html"
},
"background": {
"persistent": true,
"page": "background.html"
},
"options_page": "options.html",
"permissions": [
"https:\/\/min-api.cryptocompare.com\/"
]
} | |