Ripple coin (XRP) notify

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

Co to jest Ripple coin (XRP) notify?

Ripple coin (XRP) notify to rozszerzenie Chrome opracowane przez m4rkux, a jego główną funkcją jest „This extension will help you to track the ripple (XRP) price and notify whenever you want.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Ripple coin (XRP) notify

Pobierz pliki rozszerzeń Ripple coin (XRP) notify w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Ripple coin (XRP) notify Ripple coin (XRP) notify
ID pmnfjoiniddhhhkfanhjifffgmhdacgp
Oficjalny URL https://chromewebstore.google.com/detail/ripple-coin-xrp-notify/pmnfjoiniddhhhkfanhjifffgmhdacgp
Opis This extension will help you to track the ripple (XRP) price and notify whenever you want.
Rozmiar pliku 79.43 KB
Liczba instalacji 62
Aktualna Wersja 1.1.1
Ostatnia Aktualizacja 2019-09-20
Data Publikacji 2019-09-20
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper m4rkux
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.linkedin.com/in/marcus-amaral-79673046/
Obsługiwane Języki 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"
    ]
}