Ripple Price Ticker

Ripple Price Ticker and other utilities around Ripple

Co je Ripple Price Ticker?

Ripple Price Ticker je rozšíření Chrome vyvinuté jmar42, a jeho hlavní funkcí je „Ripple Price Ticker and other utilities around Ripple“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Ripple Price Ticker

Stáhněte si soubory rozšíření Ripple Price Ticker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Get updated Ripple XRP prices with high/low alerts.                    

Základní Informace o Rozšíření

Název Ripple Price Ticker Ripple Price Ticker
ID eicmompglnpkgaepabdflodladchenfa
Oficiální URL https://chrome.google.com/webstore/detail/ripple-price-ticker/eicmompglnpkgaepabdflodladchenfa
Popis Ripple Price Ticker and other utilities around Ripple
Velikost souboru 118 KB
Počet instalací 17
Aktuální Verze 1.0.15
Poslední Aktualizace 2018-01-11
Datum Vydání 2018-01-11
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář jmar42
Typ Platby free
Podporované Jazyky 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\/"
    ]
}