Ripple coin (XRP) notify

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

Cos'è Ripple coin (XRP) notify?

Ripple coin (XRP) notify è un'estensione di Chrome sviluppata da m4rkux, e la sua funzione principale è "This extension will help you to track the ripple (XRP) price and notify whenever you want.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Ripple coin (XRP) notify

Scarica i file di estensione Ripple coin (XRP) notify in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Ripple coin (XRP) notify Ripple coin (XRP) notify
ID pmnfjoiniddhhhkfanhjifffgmhdacgp
URL Ufficiale https://chromewebstore.google.com/detail/ripple-coin-xrp-notify/pmnfjoiniddhhhkfanhjifffgmhdacgp
Descrizione This extension will help you to track the ripple (XRP) price and notify whenever you want.
Dimensione del File 79.43 KB
Conteggio Installazioni 62
Versione Corrente 1.1.1
Ultimo Aggiornamento 2019-09-20
Data di Pubblicazione 2019-09-20
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore m4rkux
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.linkedin.com/in/marcus-amaral-79673046/
Lingue Supportate 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"
    ]
}