Bitfinex Ticker
Realtime Bitcoin price from Bitfinex in USD
Cos'è Bitfinex Ticker?
Bitfinex Ticker è un'estensione di Chrome sviluppata da Piotrek, e la sua funzione principale è "Realtime Bitcoin price from Bitfinex in USD".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Bitfinex Ticker
Scarica i file di estensione Bitfinex Ticker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Shows BTC/USD exchange rate at bitfinex.com Updates the price data in a real-time using Bitfinex Websocket API version 2.0
Informazioni di Base sull'Estensione
Nome | Bitfinex Ticker |
ID | ofejfmafglgnhmnokcnnmfhcbkkioiip |
URL Ufficiale | https://chromewebstore.google.com/detail/bitfinex-ticker/ofejfmafglgnhmnokcnnmfhcbkkioiip |
Descrizione | Realtime Bitcoin price from Bitfinex in USD |
Dimensione del File | 8.01 KB |
Conteggio Installazioni | 109 |
Versione Corrente | 2.0.1 |
Ultimo Aggiornamento | 2023-01-24 |
Data di Pubblicazione | 2018-06-08 |
Valutazione | 3.75/5 Totale 4 Valutazioni |
Sviluppatore | Piotrek |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |