Ripple coin (XRP) notify

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

Was ist Ripple coin (XRP) notify?

Ripple coin (XRP) notify ist eine Chrome-Erweiterung, die von m4rkux entwickelt wurde, und ihr Hauptmerkmal ist "This extension will help you to track the ripple (XRP) price and notify whenever you want.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Ripple coin (XRP) notify-Erweiterungs-CRX-Datei herunterladen

Laden Sie Ripple coin (XRP) notify-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Ripple coin (XRP) notify Ripple coin (XRP) notify
ID pmnfjoiniddhhhkfanhjifffgmhdacgp
Offizielle URL https://chromewebstore.google.com/detail/ripple-coin-xrp-notify/pmnfjoiniddhhhkfanhjifffgmhdacgp
Beschreibung This extension will help you to track the ripple (XRP) price and notify whenever you want.
Dateigröße 79.43 KB
Installationsanzahl 62
Aktuelle Version 1.1.1
Letztes Update 2019-09-20
Veröffentlichungsdatum 2019-09-20
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler m4rkux
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.linkedin.com/in/marcus-amaral-79673046/
Unterstützte Sprachen 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"
    ]
}