Bitfinex Ticker

This extension shows latest price ticker of Bitfinex.

Cos'è Bitfinex Ticker?

Bitfinex Ticker è un'estensione di Chrome sviluppata da daniaoren, e la sua funzione principale è "This extension shows latest price ticker of Bitfinex.".

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

                        A handy extension that shows latest BTC, ETH, EOS price ticker from Bitfinex both in toolbar and pop-up menu.

If you like this extension and would like to buy me a cup of coffee, please donate to the following address:

- BTC
1Gn8iQ6QRqTBHnLSQoRux6VVQ7HukDAdMw

- ETH
0x533D7cEBc7A2A49AC6b15aFC26D6fb4f8Aa75A02

You kindness may keep me updating XD                    

Informazioni di Base sull'Estensione

Nome Bitfinex Ticker Bitfinex Ticker
ID killapbnabbnkmpjpdcpngfphjkbldln
URL Ufficiale https://chromewebstore.google.com/detail/bitfinex-ticker/killapbnabbnkmpjpdcpngfphjkbldln
Descrizione This extension shows latest price ticker of Bitfinex.
Dimensione del File 87.45 KB
Conteggio Installazioni 18
Versione Corrente 0.0.1
Ultimo Aggiornamento 2017-11-03
Data di Pubblicazione 2017-11-02
Sviluppatore daniaoren
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bitfinex Ticker",
    "description": "This extension shows latest price ticker of Bitfinex.",
    "version": "0.0.1",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": true,
        "page": "background.html"
    },
    "options_page": "options.html",
    "permissions": [
        "https:\/\/api.bitfinex.com\/",
        "activeTab",
        "storage"
    ]
}