Bitfinex Chart Viewer

This extension allows the user to extend chart from bitfinex on whole page

O que é Bitfinex Chart Viewer?

Bitfinex Chart Viewer é uma extensão do Chrome desenvolvida por NightWolf, e sua principal característica é "This extension allows the user to extend chart from bitfinex on whole page".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Bitfinex Chart Viewer

Baixe arquivos de extensão Bitfinex Chart Viewer 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

                        This extension allows to extend chart from bitfinex.com on whole page. Also it provides quick links to bitfinex markets.                    

Informações Básicas da Extensão

Nome Bitfinex Chart Viewer Bitfinex Chart Viewer
ID ffcnbjnhjklahglkjffggfobjnnkkjio
URL Oficial https://chromewebstore.google.com/detail/bitfinex-chart-viewer/ffcnbjnhjklahglkjffggfobjnnkkjio
Descrição This extension allows the user to extend chart from bitfinex on whole page
Tamanho do Arquivo 9.5 KB
Contagem de Instalações 87
Versão Atual 1.1
Última Atualização 2017-11-05
Data de Publicação 2017-11-05
Desenvolvedor NightWolf
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bitfinex Chart Viewer",
    "description": "This extension allows the user to extend chart from bitfinex on whole page",
    "version": "1.1",
    "browser_action": {
        "default_icon": "resources\/icon.png",
        "default_popup": "src\/popup.html"
    },
    "permissions": [
        "https:\/\/*.bitfinex.com\/"
    ]
}