Ripple coin (XRP) notify

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

Ripple coin (XRP) notify là gì?

Ripple coin (XRP) notify là một tiện ích mở rộng Chrome được phát triển bởi m4rkux, và tính năng chính của nó là "This extension will help you to track the ripple (XRP) price and notify whenever you want.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Ripple coin (XRP) notify

Tải xuống các tệp mở rộng Ripple coin (XRP) notify dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Ripple coin (XRP) notify Ripple coin (XRP) notify
ID pmnfjoiniddhhhkfanhjifffgmhdacgp
URL Chính Thức https://chromewebstore.google.com/detail/ripple-coin-xrp-notify/pmnfjoiniddhhhkfanhjifffgmhdacgp
Mô tả This extension will help you to track the ripple (XRP) price and notify whenever you want.
Kích Thước Tệp 79.43 KB
Số Lần Cài Đặt 62
Phiên Bản Hiện Tại 1.1.1
Cập Nhật Lần Cuối 2019-09-20
Ngày Phát Hành 2019-09-20
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển m4rkux
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.linkedin.com/in/marcus-amaral-79673046/
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}