Crypto Prices (Binance)

Prices of crypto currencies from Binance.com

Co je Crypto Prices (Binance)?

Crypto Prices (Binance) je rozšíření Chrome vyvinuté passbbi, a jeho hlavní funkcí je „Prices of crypto currencies from Binance.com“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Crypto Prices (Binance)

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

                        Prices of crypto currencies from Binance.com
Showing pairs with BTC, ETH, BNB and their USD value and their % change in 24 hours.                    

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

Název Crypto Prices (Binance) Crypto Prices (Binance)
ID hjldnpiclhlaomebmfifoffocgabipje
Oficiální URL https://chrome.google.com/webstore/detail/crypto-prices-binance/hjldnpiclhlaomebmfifoffocgabipje
Popis Prices of crypto currencies from Binance.com
Velikost souboru 24.28 KB
Počet instalací 91
Aktuální Verze 1.2
Poslední Aktualizace 2018-01-03
Datum Vydání 2018-01-03
Hodnocení 1.00/5 Celkem 1 Hodnocení
Vývojář passbbi
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Crypto Prices (Binance)",
    "version": "1.2",
    "description": "Prices of crypto currencies from Binance.com",
    "homepage_url": "https:\/\/www.binance.com\/?ref=11267633",
    "icons": {
        "48": "icons\/addon-logo-48.png"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage",
        "tabs",
        "https:\/\/api.binance.com\/*",
        "webRequest"
    ],
    "browser_action": {
        "default_icon": "icons\/addon-logo-48.png",
        "default_title": "Crypto",
        "default_popup": "show_prices.html"
    }
}