Ripple Price Ticker

Ripple Price Ticker and other utilities around Ripple

Qu'est-ce que Ripple Price Ticker ?

Ripple Price Ticker est une extension Chrome développée par jmar42, et sa fonction principale est "Ripple Price Ticker and other utilities around Ripple".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Ripple Price Ticker

Téléchargez les fichiers d'extension Ripple Price Ticker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Get updated Ripple XRP prices with high/low alerts.                    

Informations de Base sur l'Extension

Nom Ripple Price Ticker Ripple Price Ticker
ID eicmompglnpkgaepabdflodladchenfa
URL Officiel https://chrome.google.com/webstore/detail/ripple-price-ticker/eicmompglnpkgaepabdflodladchenfa
Description Ripple Price Ticker and other utilities around Ripple
Taille du Fichier 118 KB
Nombre d'Installations 17
Version Actuelle 1.0.15
Dernière Mise à Jour 2018-01-11
Date de Publication 2018-01-11
Évaluation 5.00/5 Total 2 Évaluations
Développeur jmar42
Type de Paiement free
Langues Prises en Charge 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\/"
    ]
}