Ripple coin (XRP) notify

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

What is Ripple coin (XRP) notify?

Ripple coin (XRP) notify is a Chrome extension developed by m4rkux, and its main feature is "This extension will help you to track the ripple (XRP) price and notify whenever you want.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Ripple coin (XRP) notify Extension CRX File

Download Ripple coin (XRP) notify extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Ripple coin (XRP) notify Ripple coin (XRP) notify
ID pmnfjoiniddhhhkfanhjifffgmhdacgp
Official URL https://chromewebstore.google.com/detail/ripple-coin-xrp-notify/pmnfjoiniddhhhkfanhjifffgmhdacgp
Description This extension will help you to track the ripple (XRP) price and notify whenever you want.
File Size 79.43 KB
Installation Count 62
Current Version 1.1.1
Last Updated 2019-09-20
Publish Date 2019-09-20
Rating 5.00/5 Total 3 Ratings
Developer m4rkux
Email [email protected]
Payment Type free
Extension Website https://www.linkedin.com/in/marcus-amaral-79673046/
Supported Languages 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"
    ]
}