Ripple Balance
Check your Ripple account balance in your browse
What is Ripple Balance?
Ripple Balance is a Chrome extension developed by https://n3tc4t.github.io, and its main feature is "Check your Ripple account balance in your browse".
Extension Screenshots
Download Ripple Balance Extension CRX File
Download Ripple Balance extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Ripple Balance |
ID | jjjgbmppjlnmepdkblphendlefeaehba |
Official URL | https://chromewebstore.google.com/detail/ripple-balance/jjjgbmppjlnmepdkblphendlefeaehba |
Description | Check your Ripple account balance in your browse |
File Size | 33.1 KB |
Installation Count | 19 |
Current Version | 0.0.4 |
Last Updated | 2018-03-07 |
Publish Date | 2018-03-07 |
Rating | 2.00/5 Total 1 Ratings |
Developer | https://n3tc4t.github.io |
Payment Type | free |
Extension Website | https://github.com/N3TC4T/ripple-balance |
Help Page URL | https://github.com/N3TC4T/ripple-balance/issues |
Supported Languages | 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\/*" ] } |