Bitcoin Price Ticker

Shows the latest prices and transactions from Bitstamp

Что такое Bitcoin Price Ticker?

Bitcoin Price Ticker - это расширение Chrome, разработанное Nick Zelei, и его основная функция - "Shows the latest prices and transactions from Bitstamp".

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

screenshot

Скачать файл CRX расширения Bitcoin Price Ticker

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

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

                        Quickly see the most relevant Bitcoin prices. Also shows the transactions from the past hour.

All data is pulled from www.bitstamp.net

Version 1.1.7 fix:
- Fixed min file include error

Version 1.1.6 changes:
- Set floating point to fixed decimal

Version 1.1.X changes:
- Updated styling to better center the main price

Version 1.1 changes:
- Substantial UI overhaul
- Now pulling in transactions from the last hour
- Other various pruning                    

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

Название Bitcoin Price Ticker Bitcoin Price Ticker
ID hbojnodgdgldmojbedldhdchcjhheeka
Официальный URL https://chromewebstore.google.com/detail/bitcoin-price-ticker/hbojnodgdgldmojbedldhdchcjhheeka
Описание Shows the latest prices and transactions from Bitstamp
Размер файла 196 KB
Количество установок 25
Текущая Версия 1.1.7
Последнее Обновление 2016-03-14
Дата публикации 2016-03-13
Рейтинг 5.00/5 Всего 3 оценок
Разработчик Nick Zelei
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bitcoin Price Ticker",
    "short_name": "Bitcoin Prices",
    "description": "Shows the latest prices and transactions from Bitstamp",
    "version": "1.1.7",
    "browser_action": {
        "default_title": "Bitcoin Price Ticker",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "https:\/\/www.bitstamp.net\/api\/ticker\/",
        "https:\/\/www.bitstamp.net\/api\/transactions\/"
    ]
}