Ripple Balance

Check your Ripple account balance in your browse

Wat is Ripple Balance?

Ripple Balance is een Chrome-extensie ontwikkeld door https://n3tc4t.github.io, en de belangrijkste functie is "Check your Ripple account balance in your browse".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Ripple Balance

Download Ripple Balance-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Ripple Balance Ripple Balance
ID jjjgbmppjlnmepdkblphendlefeaehba
Officiële URL https://chromewebstore.google.com/detail/ripple-balance/jjjgbmppjlnmepdkblphendlefeaehba
Beschrijving Check your Ripple account balance in your browse
Bestandsgrootte 33.1 KB
Aantal Installaties 19
Huidige Versie 0.0.4
Laatst Bijgewerkt 2018-03-07
Publicatiedatum 2018-03-07
Beoordeling 2.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://n3tc4t.github.io
Betalingswijze free
Extensiewebsite https://github.com/N3TC4T/ripple-balance
Help Pagina-URL https://github.com/N3TC4T/ripple-balance/issues
Ondersteunde Talen 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\/*"
    ]
}