Bitfinex Ticker

This extension shows latest price ticker of Bitfinex.

O que é Bitfinex Ticker?

Bitfinex Ticker é uma extensão do Chrome desenvolvida por daniaoren, e sua principal característica é "This extension shows latest price ticker of Bitfinex.".

Baixar o arquivo CRX da Extensão Bitfinex Ticker

Baixe arquivos de extensão Bitfinex Ticker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Bitfinex Ticker Bitfinex Ticker
ID killapbnabbnkmpjpdcpngfphjkbldln
URL Oficial https://chromewebstore.google.com/detail/bitfinex-ticker/killapbnabbnkmpjpdcpngfphjkbldln
Descrição This extension shows latest price ticker of Bitfinex.
Tamanho do Arquivo 87.45 KB
Contagem de Instalações 18
Versão Atual 0.0.1
Última Atualização 2017-11-03
Data de Publicação 2017-11-02
Desenvolvedor daniaoren
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}