Ripple Price Ticker

Ripple Price Ticker and other utilities around Ripple

Apa itu Ripple Price Ticker?

Ripple Price Ticker adalah ekstensi Chrome yang dikembangkan oleh jmar42, dan fitur utamanya adalah "Ripple Price Ticker and other utilities around Ripple".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Ripple Price Ticker

Unduh file ekstensi Ripple Price Ticker 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

                        Get updated Ripple XRP prices with high/low alerts.                    

Informasi Dasar Ekstensi

Nama Ripple Price Ticker Ripple Price Ticker
ID eicmompglnpkgaepabdflodladchenfa
URL Resmi https://chrome.google.com/webstore/detail/ripple-price-ticker/eicmompglnpkgaepabdflodladchenfa
Deskripsi Ripple Price Ticker and other utilities around Ripple
Ukuran File 118 KB
Jumlah Instalasi 17
Versi Saat Ini 1.0.15
Terakhir Diperbarui 2018-01-11
Tanggal Publikasi 2018-01-11
Penilaian 5.00/5 Total 2 Penilaian
Pengembang jmar42
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ripple Price Ticker",
    "short_name": "Ripple Price",
    "description": "Ripple Price Ticker and other utilities around Ripple",
    "version": "1.0.15",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "author": "Jeff Martinez ",
    "icons": {
        "128": "icon.png"
    },
    "web_accessible_resources": [
        "icon.png"
    ],
    "permissions": [
        "background",
        "notifications",
        "storage",
        "https:\/\/api.coinmarketcap.com\/",
        "http:\/\/www.ecb.europa.eu\/"
    ]
}