Ripple (XRP) Ticker

This extension Shows Ripple (XRP) coin in USD price.

Qu'est-ce que Ripple (XRP) Ticker ?

Ripple (XRP) Ticker est une extension Chrome développée par Pieter vd Merwe, et sa fonction principale est "This extension Shows Ripple (XRP) coin in USD price.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Ripple (XRP) Ticker

Téléchargez les fichiers d'extension Ripple (XRP) 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

                        The ticker shows Ripple(XRP) value in USD. It uses the Bitstamp exchange to get the latest value every 5 minutes. Click on the ticker icon to manually update the price.                    

Informations de Base sur l'Extension

Nom Ripple (XRP) Ticker Ripple (XRP) Ticker
ID hlfklgpbiajhpmgfbkfhejoofmhkhaca
URL Officiel https://chromewebstore.google.com/detail/ripple-xrp-ticker/hlfklgpbiajhpmgfbkfhejoofmhkhaca
Description This extension Shows Ripple (XRP) coin in USD price.
Taille du Fichier 50.41 KB
Nombre d'Installations 54
Version Actuelle 1.0.2
Dernière Mise à Jour 2021-05-02
Date de Publication 2019-12-03
Évaluation 5.00/5 Total 1 Évaluations
Développeur Pieter vd Merwe
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            "processor.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "xrp-coin-logo_128x128.png",
        "default_title": "Ripple (XRP) Ticker"
    },
    "description": "This extension Shows Ripple (XRP) coin in USD price.",
    "icons": {
        "128": "xrp-coin-logo_128x128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAi0p0JWgSneTzcgevKhGBEY5oIrYBpPP5bLdZbQlsvR\/s1DyVw4DNyo\/x5iXwnd036\/li3F9aZV+f+TAYDUIZthSEnnZaSlQg9ANBRSKnlA7FqRXrFJqMfxaxPh0XWa0ewSJOipoXCh+AiHWdVQXyAFiwUK++QoEAReOtH7w4kL13JC2HVUMJ4B1dPAnT3F62vul3uCDrMux+c+ipwOoMBcZE60dKBa80ht2\/ySVXQFT31GcQwIBohXw2SU9hqOQM0ssGNqBuNoNTNVVE9u9ZcgReUgF2ADJmAcXe+BmSWYRJQKAP5YhvPPcdsgFVGI165LoHrRq2+qUE9yEcV3ES3QIDAQAB",
    "manifest_version": 2,
    "name": "Ripple (XRP) Ticker",
    "options_page": "options.html",
    "permissions": [
        "https:\/\/www.bitstamp.net\/api\/*",
        "storage"
    ],
    "short_name": "Ripple (XRP) Ticker",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.2"
}