Ripple Price Ticker

Ripple Price Ticker and other utilities around Ripple

Co to jest Ripple Price Ticker?

Ripple Price Ticker to rozszerzenie Chrome opracowane przez jmar42, a jego główną funkcją jest „Ripple Price Ticker and other utilities around Ripple”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Ripple Price Ticker

Pobierz pliki rozszerzeń Ripple Price Ticker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Get updated Ripple XRP prices with high/low alerts.                    

Podstawowe informacje o rozszerzeniu

Nazwa Ripple Price Ticker Ripple Price Ticker
ID eicmompglnpkgaepabdflodladchenfa
Oficjalny URL https://chrome.google.com/webstore/detail/ripple-price-ticker/eicmompglnpkgaepabdflodladchenfa
Opis Ripple Price Ticker and other utilities around Ripple
Rozmiar pliku 118 KB
Liczba instalacji 17
Aktualna Wersja 1.0.15
Ostatnia Aktualizacja 2018-01-11
Data Publikacji 2018-01-11
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper jmar42
Typ Płatności free
Obsługiwane Języki 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\/"
    ]
}