Ripple Balance
Check your Ripple account balance in your browse
Ripple Balanceคืออะไร?
Ripple Balance เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://n3tc4t.github.io และคุณลักษณะหลักของมันคือ "Check your Ripple account balance in your browse"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ripple Balance
ดาวน์โหลดไฟล์ส่วนขยาย Ripple Balance ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
You can enable/disable incoming transaction notifications and set your account address on the options screen. (right click the Ripple icon and select options) Source code is available here : https://github.com/N3TC4T/ripple-balance Powered By XRP Army
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Ripple Balance |
ID | jjjgbmppjlnmepdkblphendlefeaehba |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ripple-balance/jjjgbmppjlnmepdkblphendlefeaehba |
คำอธิบาย | Check your Ripple account balance in your browse |
ขนาดไฟล์ | 33.1 KB |
จำนวนการติดตั้ง | 19 |
เวอร์ชันปัจจุบัน | 0.0.4 |
อัปเดตครั้งล่าสุด | 2018-03-07 |
วันที่เผยแพร่ | 2018-03-07 |
คะแนน | 2.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://n3tc4t.github.io |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/N3TC4T/ripple-balance |
URL หน้าช่วยเหลือ | https://github.com/N3TC4T/ripple-balance/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ripple Balance", "version": "0.0.4", "manifest_version": 2, "description": "Check your Ripple account balance in your browse", "homepage_url": "https:\/\/github.com\/N3TC4T\/ripple-balance", "icons": { "16": "icons\/icon16-grey.png", "48": "icons\/icon48-grey.png", "128": "icons\/icon128-grey.png" }, "options_page": "src\/options_custom\/index.html", "browser_action": { "default_icon": "icons\/icon19-grey.png", "default_title": "Show Balance", "default_popup": "src\/browser_action\/browser_action.html" }, "background": { "scripts": [ "js\/background.js", "js\/ripple.js" ] }, "permissions": [ "storage", "notifications", "https:\/\/data.ripple.com\/*" ] } |