Ripple Balance

Check your Ripple account balance in your browse

Was ist Ripple Balance?

Ripple Balance ist eine Chrome-Erweiterung, die von https://n3tc4t.github.io entwickelt wurde, und ihr Hauptmerkmal ist "Check your Ripple account balance in your browse".

Erweiterungsscreenshots

screenshot
screenshot

Ripple Balance-Erweiterungs-CRX-Datei herunterladen

Laden Sie Ripple Balance-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Ripple Balance Ripple Balance
ID jjjgbmppjlnmepdkblphendlefeaehba
Offizielle URL https://chromewebstore.google.com/detail/ripple-balance/jjjgbmppjlnmepdkblphendlefeaehba
Beschreibung Check your Ripple account balance in your browse
Dateigröße 33.1 KB
Installationsanzahl 19
Aktuelle Version 0.0.4
Letztes Update 2018-03-07
Veröffentlichungsdatum 2018-03-07
Bewertung 2.00/5 Insgesamt 1 Bewertungen
Entwickler https://n3tc4t.github.io
Zahlungsart free
Erweiterungswebsite https://github.com/N3TC4T/ripple-balance
Hilfeseite URL https://github.com/N3TC4T/ripple-balance/issues
Unterstützte Sprachen 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\/*"
    ]
}