Ripple coin (XRP) notify

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

Apa itu Ripple coin (XRP) notify?

Ripple coin (XRP) notify adalah ekstensi Chrome yang dikembangkan oleh m4rkux, dan fitur utamanya adalah "This extension will help you to track the ripple (XRP) price and notify whenever you want.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Ripple coin (XRP) notify

Unduh file ekstensi Ripple coin (XRP) notify dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Ripple coin (XRP) notify Ripple coin (XRP) notify
ID pmnfjoiniddhhhkfanhjifffgmhdacgp
URL Resmi https://chromewebstore.google.com/detail/ripple-coin-xrp-notify/pmnfjoiniddhhhkfanhjifffgmhdacgp
Deskripsi This extension will help you to track the ripple (XRP) price and notify whenever you want.
Ukuran File 79.43 KB
Jumlah Instalasi 62
Versi Saat Ini 1.1.1
Terakhir Diperbarui 2019-09-20
Tanggal Publikasi 2019-09-20
Penilaian 5.00/5 Total 3 Penilaian
Pengembang m4rkux
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.linkedin.com/in/marcus-amaral-79673046/
Bahasa yang Didukung 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"
    ]
}