Crypto Prices (Binance)

Prices of crypto currencies from Binance.com

Was ist Crypto Prices (Binance)?

Crypto Prices (Binance) ist eine Chrome-Erweiterung, die von passbbi entwickelt wurde, und ihr Hauptmerkmal ist "Prices of crypto currencies from Binance.com".

Erweiterungsscreenshots

screenshot
screenshot

Crypto Prices (Binance)-Erweiterungs-CRX-Datei herunterladen

Laden Sie Crypto Prices (Binance)-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Crypto Prices (Binance) Crypto Prices (Binance)
ID hjldnpiclhlaomebmfifoffocgabipje
Offizielle URL https://chrome.google.com/webstore/detail/crypto-prices-binance/hjldnpiclhlaomebmfifoffocgabipje
Beschreibung Prices of crypto currencies from Binance.com
Dateigröße 24.28 KB
Installationsanzahl 91
Aktuelle Version 1.2
Letztes Update 2018-01-03
Veröffentlichungsdatum 2018-01-03
Bewertung 1.00/5 Insgesamt 1 Bewertungen
Entwickler passbbi
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}