Ripple Price Ticker

Ripple Price Ticker and other utilities around Ripple

Wat is Ripple Price Ticker?

Ripple Price Ticker is een Chrome-extensie ontwikkeld door jmar42, en de belangrijkste functie is "Ripple Price Ticker and other utilities around Ripple".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Ripple Price Ticker

Download Ripple Price Ticker-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

                        Get updated Ripple XRP prices with high/low alerts.                    

Basisinformatie over de Extensie

Naam Ripple Price Ticker Ripple Price Ticker
ID eicmompglnpkgaepabdflodladchenfa
Officiële URL https://chrome.google.com/webstore/detail/ripple-price-ticker/eicmompglnpkgaepabdflodladchenfa
Beschrijving Ripple Price Ticker and other utilities around Ripple
Bestandsgrootte 118 KB
Aantal Installaties 17
Huidige Versie 1.0.15
Laatst Bijgewerkt 2018-01-11
Publicatiedatum 2018-01-11
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar jmar42
Betalingswijze free
Ondersteunde Talen 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\/"
    ]
}