Ripple Balance
Check your Ripple account balance in your browse
Hvad er Ripple Balance?
Ripple Balance er en Chrome-udvidelse udviklet af https://n3tc4t.github.io, og dens hovedfunktion er "Check your Ripple account balance in your browse".
Udvidelsesskærmbilleder
Download Ripple Balance-udvidelses-CRX-fil
Download Ripple Balance-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Ripple Balance |
ID | jjjgbmppjlnmepdkblphendlefeaehba |
Officiel URL | https://chromewebstore.google.com/detail/ripple-balance/jjjgbmppjlnmepdkblphendlefeaehba |
Beskrivelse | Check your Ripple account balance in your browse |
Filstørrelse | 33.1 KB |
Antal Installationer | 19 |
Nuværende Version | 0.0.4 |
Senest Opdateret | 2018-03-07 |
Udgivelsesdato | 2018-03-07 |
Bedømmelse | 2.00/5 Samlet 1 Bedømmelser |
Udvikler | https://n3tc4t.github.io |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/N3TC4T/ripple-balance |
Hjælpeside-URL | https://github.com/N3TC4T/ripple-balance/issues |
Understøttede Sprog | 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\/*" ] } |