Ripple coin (XRP) notify

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

Что такое Ripple coin (XRP) notify?

Ripple coin (XRP) notify - это расширение Chrome, разработанное m4rkux, и его основная функция - "This extension will help you to track the ripple (XRP) price and notify whenever you want.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Ripple coin (XRP) notify

Скачайте файлы расширений Ripple coin (XRP) notify в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название Ripple coin (XRP) notify Ripple coin (XRP) notify
ID pmnfjoiniddhhhkfanhjifffgmhdacgp
Официальный URL https://chromewebstore.google.com/detail/ripple-coin-xrp-notify/pmnfjoiniddhhhkfanhjifffgmhdacgp
Описание This extension will help you to track the ripple (XRP) price and notify whenever you want.
Размер файла 79.43 KB
Количество установок 62
Текущая Версия 1.1.1
Последнее Обновление 2019-09-20
Дата публикации 2019-09-20
Рейтинг 5.00/5 Всего 3 оценок
Разработчик m4rkux
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.linkedin.com/in/marcus-amaral-79673046/
Поддерживаемые языки 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"
    ]
}