Bitfinex Chart Viewer

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

Что такое Bitfinex Chart Viewer?

Bitfinex Chart Viewer - это расширение Chrome, разработанное NightWolf, и его основная функция - "This extension allows the user to extend chart from bitfinex on whole page".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Bitfinex Chart Viewer

Скачайте файлы расширений Bitfinex Chart Viewer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название Bitfinex Chart Viewer Bitfinex Chart Viewer
ID ffcnbjnhjklahglkjffggfobjnnkkjio
Официальный URL https://chromewebstore.google.com/detail/bitfinex-chart-viewer/ffcnbjnhjklahglkjffggfobjnnkkjio
Описание This extension allows the user to extend chart from bitfinex on whole page
Размер файла 9.5 KB
Количество установок 87
Текущая Версия 1.1
Последнее Обновление 2017-11-05
Дата публикации 2017-11-05
Разработчик NightWolf
Тип оплаты free
Поддерживаемые языки 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\/"
    ]
}