Ripple (XRP) Ticker

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

Hvad er Ripple (XRP) Ticker?

Ripple (XRP) Ticker er en Chrome-udvidelse udviklet af Pieter vd Merwe, og dens hovedfunktion er "This extension Shows Ripple (XRP) coin in USD price.".

Udvidelsesskærmbilleder

screenshot

Download Ripple (XRP) Ticker-udvidelses-CRX-fil

Download Ripple (XRP) Ticker-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Ripple (XRP) Ticker Ripple (XRP) Ticker
ID hlfklgpbiajhpmgfbkfhejoofmhkhaca
Officiel URL https://chromewebstore.google.com/detail/ripple-xrp-ticker/hlfklgpbiajhpmgfbkfhejoofmhkhaca
Beskrivelse This extension Shows Ripple (XRP) coin in USD price.
Filstørrelse 50.41 KB
Antal Installationer 54
Nuværende Version 1.0.2
Senest Opdateret 2021-05-02
Udgivelsesdato 2019-12-03
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler Pieter vd Merwe
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
}