Crypto Price Ticker

Watch price of cryptocurrencies in your toolbar

Co je Crypto Price Ticker?

Crypto Price Ticker je rozšíření Chrome vyvinuté Sergei L, a jeho hlavní funkcí je „Watch price of cryptocurrencies in your toolbar“.

Snímky obrazovky rozšíření

screenshot

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

Stáhněte si soubory rozšíření Crypto 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í

                        Supported tickers from Binance, Bitfinex, Coinbase and other exchanges.
Setup your pairs in the options.

Icons made by srip from www.flaticon.com                    

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

Název Crypto Price Ticker Crypto Price Ticker
ID fdoanglfpolkbiecojimldfagdgfonpn
Oficiální URL https://chrome.google.com/webstore/detail/crypto-price-ticker/fdoanglfpolkbiecojimldfagdgfonpn
Popis Watch price of cryptocurrencies in your toolbar
Velikost souboru 21.58 KB
Počet instalací 823
Aktuální Verze 1.1.7
Poslední Aktualizace 2021-06-21
Datum Vydání 2020-08-29
Hodnocení 4.91/5 Celkem 23 Hodnocení
Vývojář Sergei L
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Crypto Price Ticker",
    "description": "Watch price of cryptocurrencies in your toolbar",
    "version": "1.1.7",
    "author": "srglbnv",
    "icons": {
        "128": "icon_128.png"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": [],
    "manifest_version": 2,
    "permissions": [
        "storage"
    ]
}