Ripple Price Ticker

Ripple Price Ticker and other utilities around Ripple

Cos'è Ripple Price Ticker?

Ripple Price Ticker è un'estensione di Chrome sviluppata da jmar42, e la sua funzione principale è "Ripple Price Ticker and other utilities around Ripple".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Ripple Price Ticker

Scarica i file di estensione Ripple Price Ticker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Get updated Ripple XRP prices with high/low alerts.                    

Informazioni di Base sull'Estensione

Nome Ripple Price Ticker Ripple Price Ticker
ID eicmompglnpkgaepabdflodladchenfa
URL Ufficiale https://chrome.google.com/webstore/detail/ripple-price-ticker/eicmompglnpkgaepabdflodladchenfa
Descrizione Ripple Price Ticker and other utilities around Ripple
Dimensione del File 118 KB
Conteggio Installazioni 17
Versione Corrente 1.0.15
Ultimo Aggiornamento 2018-01-11
Data di Pubblicazione 2018-01-11
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore jmar42
Tipo di Pagamento free
Lingue Supportate 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\/"
    ]
}