Ripple coin (XRP) notify
This extension will help you to track the ripple (XRP) price and notify whenever you want.
Ripple coin (XRP) notifyคืออะไร?
Ripple coin (XRP) notify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย m4rkux และคุณลักษณะหลักของมันคือ "This extension will help you to track the ripple (XRP) price and notify whenever you want."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ripple coin (XRP) notify
ดาวน์โหลดไฟล์ส่วนขยาย Ripple coin (XRP) notify ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This is the most efficient Ripple price tracker to use. With a layout clean, you will be aware of all the changes in the price of this coin. P.S.: This plugin uses coinmarketcap API
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Ripple coin (XRP) notify |
ID | pmnfjoiniddhhhkfanhjifffgmhdacgp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ripple-coin-xrp-notify/pmnfjoiniddhhhkfanhjifffgmhdacgp |
คำอธิบาย | This extension will help you to track the ripple (XRP) price and notify whenever you want. |
ขนาดไฟล์ | 79.43 KB |
จำนวนการติดตั้ง | 62 |
เวอร์ชันปัจจุบัน | 1.1.1 |
อัปเดตครั้งล่าสุด | 2019-09-20 |
วันที่เผยแพร่ | 2019-09-20 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | m4rkux |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.linkedin.com/in/marcus-amaral-79673046/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ripple coin (XRP) notify", "description": "This extension will help you to track the ripple (XRP) price and notify whenever you want.", "version": "1.1.1", "icons": { "16": "\/assets\/icon16.png", "64": "\/assets\/icon64.png", "128": "\/assets\/icon128.png" }, "web_accessible_resources": [ "\/assets\/positive-sound.mp3", "\/assets\/icon-notification.png", "\/assets\/uparrow.png", "\/assets\/downarrow.png" ], "browser_action": { "default_icon": "\/assets\/icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "eventPage.js" ], "persistent": true }, "permissions": [ "storage", "notifications" ] } |