Ripple Price Ticker

Ripple Price Ticker and other utilities around Ripple

O que é Ripple Price Ticker?

Ripple Price Ticker é uma extensão do Chrome desenvolvida por jmar42, e sua principal característica é "Ripple Price Ticker and other utilities around Ripple".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Ripple Price Ticker

Baixe arquivos de extensão Ripple Price 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

                        Get updated Ripple XRP prices with high/low alerts.                    

Informações Básicas da Extensão

Nome Ripple Price Ticker Ripple Price Ticker
ID eicmompglnpkgaepabdflodladchenfa
URL Oficial https://chrome.google.com/webstore/detail/ripple-price-ticker/eicmompglnpkgaepabdflodladchenfa
Descrição Ripple Price Ticker and other utilities around Ripple
Tamanho do Arquivo 118 KB
Contagem de Instalações 17
Versão Atual 1.0.15
Última Atualização 2018-01-11
Data de Publicação 2018-01-11
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor jmar42
Tipo de Pagamento free
Idiomas Suportados 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\/"
    ]
}