Bitfinex Ticker

Realtime Bitcoin price from Bitfinex in USD

Co to jest Bitfinex Ticker?

Bitfinex Ticker to rozszerzenie Chrome opracowane przez Piotrek, a jego główną funkcją jest „Realtime Bitcoin price from Bitfinex in USD”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Bitfinex Ticker

Pobierz pliki rozszerzeń Bitfinex 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

                        Shows BTC/USD exchange rate at bitfinex.com

Updates the price data in a real-time using Bitfinex Websocket API version 2.0                    

Podstawowe informacje o rozszerzeniu

Nazwa Bitfinex Ticker Bitfinex Ticker
ID ofejfmafglgnhmnokcnnmfhcbkkioiip
Oficjalny URL https://chromewebstore.google.com/detail/bitfinex-ticker/ofejfmafglgnhmnokcnnmfhcbkkioiip
Opis Realtime Bitcoin price from Bitfinex in USD
Rozmiar pliku 8.01 KB
Liczba instalacji 109
Aktualna Wersja 2.0.1
Ostatnia Aktualizacja 2023-01-24
Data Publikacji 2018-06-08
Ocena 3.75/5 Łącznie 4 Oceny
Deweloper Piotrek
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "bitfinex32.png",
        "default_popup": "popup.html"
    },
    "description": "Realtime Bitcoin price from Bitfinex in USD",
    "icons": {
        "128": "bitfinex128.png"
    },
    "name": "Bitfinex Ticker",
    "permissions": [],
    "version": "2.0.1"
}