Ripple Price Ticker

Ripple Price Ticker and other utilities around Ripple

Was ist Ripple Price Ticker?

Ripple Price Ticker ist eine Chrome-Erweiterung, die von jmar42 entwickelt wurde, und ihr Hauptmerkmal ist "Ripple Price Ticker and other utilities around Ripple".

Erweiterungsscreenshots

screenshot

Ripple Price Ticker-Erweiterungs-CRX-Datei herunterladen

Laden Sie Ripple Price Ticker-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

                        Get updated Ripple XRP prices with high/low alerts.                    

Grundlegende Informationen zur Erweiterung

Name Ripple Price Ticker Ripple Price Ticker
ID eicmompglnpkgaepabdflodladchenfa
Offizielle URL https://chrome.google.com/webstore/detail/ripple-price-ticker/eicmompglnpkgaepabdflodladchenfa
Beschreibung Ripple Price Ticker and other utilities around Ripple
Dateigröße 118 KB
Installationsanzahl 17
Aktuelle Version 1.0.15
Letztes Update 2018-01-11
Veröffentlichungsdatum 2018-01-11
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler jmar42
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ripple Price Ticker",
    "short_name": "Ripple Price",
    "description": "Ripple Price Ticker and other utilities around Ripple",
    "version": "1.0.15",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "author": "Jeff Martinez ",
    "icons": {
        "128": "icon.png"
    },
    "web_accessible_resources": [
        "icon.png"
    ],
    "permissions": [
        "background",
        "notifications",
        "storage",
        "https:\/\/api.coinmarketcap.com\/",
        "http:\/\/www.ecb.europa.eu\/"
    ]
}