Ripple coin (XRP) notify

This extension will help you to track the ripple (XRP) price and notify whenever you want.

¿Qué es Ripple coin (XRP) notify?

Ripple coin (XRP) notify es una extensión de Chrome desarrollada por m4rkux, y su función principal es "This extension will help you to track the ripple (XRP) price and notify whenever you want.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Ripple coin (XRP) notify

Descarga archivos de extensión Ripple coin (XRP) notify en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        This is the most efficient Ripple price tracker to use.
With a layout clean, you will be aware of all the changes in the price of this coin.

P.S.: This plugin uses coinmarketcap API                    

Información Básica de la Extensión

Nombre Ripple coin (XRP) notify Ripple coin (XRP) notify
ID pmnfjoiniddhhhkfanhjifffgmhdacgp
URL Oficial https://chromewebstore.google.com/detail/ripple-coin-xrp-notify/pmnfjoiniddhhhkfanhjifffgmhdacgp
Descripción This extension will help you to track the ripple (XRP) price and notify whenever you want.
Tamaño del Archivo 79.43 KB
Cantidad de Instalaciones 62
Versión Actual 1.1.1
Última Actualización 2019-09-20
Fecha de Publicación 2019-09-20
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador m4rkux
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.linkedin.com/in/marcus-amaral-79673046/
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ripple coin (XRP) notify",
    "description": "This extension will help you to track the ripple (XRP) price and notify whenever you want.",
    "version": "1.1.1",
    "icons": {
        "16": "\/assets\/icon16.png",
        "64": "\/assets\/icon64.png",
        "128": "\/assets\/icon128.png"
    },
    "web_accessible_resources": [
        "\/assets\/positive-sound.mp3",
        "\/assets\/icon-notification.png",
        "\/assets\/uparrow.png",
        "\/assets\/downarrow.png"
    ],
    "browser_action": {
        "default_icon": "\/assets\/icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": true
    },
    "permissions": [
        "storage",
        "notifications"
    ]
}