Ripple (XRP) Ticker

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

O que é Ripple (XRP) Ticker?

Ripple (XRP) Ticker é uma extensão do Chrome desenvolvida por Pieter vd Merwe, e sua principal característica é "This extension Shows Ripple (XRP) coin in USD price.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Ripple (XRP) Ticker

Baixe arquivos de extensão Ripple (XRP) Ticker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Ripple (XRP) Ticker Ripple (XRP) Ticker
ID hlfklgpbiajhpmgfbkfhejoofmhkhaca
URL Oficial https://chromewebstore.google.com/detail/ripple-xrp-ticker/hlfklgpbiajhpmgfbkfhejoofmhkhaca
Descrição This extension Shows Ripple (XRP) coin in USD price.
Tamanho do Arquivo 50.41 KB
Contagem de Instalações 54
Versão Atual 1.0.2
Última Atualização 2021-05-02
Data de Publicação 2019-12-03
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Pieter vd Merwe
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
}