Ripple coin (XRP) notify

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

Hvad er Ripple coin (XRP) notify?

Ripple coin (XRP) notify er en Chrome-udvidelse udviklet af m4rkux, og dens hovedfunktion er "This extension will help you to track the ripple (XRP) price and notify whenever you want.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Ripple coin (XRP) notify-udvidelses-CRX-fil

Download Ripple coin (XRP) notify-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Ripple coin (XRP) notify Ripple coin (XRP) notify
ID pmnfjoiniddhhhkfanhjifffgmhdacgp
Officiel URL https://chromewebstore.google.com/detail/ripple-coin-xrp-notify/pmnfjoiniddhhhkfanhjifffgmhdacgp
Beskrivelse This extension will help you to track the ripple (XRP) price and notify whenever you want.
Filstørrelse 79.43 KB
Antal Installationer 62
Nuværende Version 1.1.1
Senest Opdateret 2019-09-20
Udgivelsesdato 2019-09-20
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler m4rkux
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.linkedin.com/in/marcus-amaral-79673046/
Understøttede Sprog 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"
    ]
}