Cryptosaur

Shows the price of cryptocurrencies in the badge.

Что такое Cryptosaur?

Cryptosaur - это расширение Chrome, разработанное jeff88, и его основная функция - "Shows the price of cryptocurrencies in the badge.".

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

screenshot
screenshot

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

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

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

                        Cryptosaur is an altcoins ticker. Now support:
Digibyte (DGB)
Dogecoin (DOGE)
Maxcoin (MAX)
Quarkcoin (QRK)
Earthcoin (EAC)
Vertcoin (VTC)
Litecoin (LTC)
Qubitcoin (Q2C)
Ultracoin (UTC)
USDecoin (USDE)
Lottocoin (LOT)
Leafcoin (LEAF)
Kittehcoin (MEOW)
NXT (NXT)
Reddcoin (RDD)
Klondikecoin (KDC)
Beecoin (BEE)
Rubycoin (RUBY)
Noblecoin (NOBL)
Auroracoin (AUR)
Megacoin (MEC)
Blackcoin (BC)
Darkcoin (DRK)
Myriadcoin (MYR)
Feathercoin (FTC)
Also can convert price to USD, EUR or BTC.

https://bitcointalk.org/index.php?topic=458091

Graphics by flashing_light                    

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

Название Cryptosaur Cryptosaur
ID ldifofhjjihonamocbjmboeeaolkflag
Официальный URL https://chromewebstore.google.com/detail/cryptosaur/ldifofhjjihonamocbjmboeeaolkflag
Описание Shows the price of cryptocurrencies in the badge.
Размер файла 111 KB
Количество установок 30
Текущая Версия 1.1.9
Последнее Обновление 2014-03-24
Дата публикации 2014-03-23
Рейтинг 3.95/5 Всего 20 оценок
Разработчик jeff88
Тип оплаты free
URL страницы помощи https://bitcointalk.org/index.php?topic=458091
Поддерживаемые языки en
manifest.json
{
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "description": "Shows the price of cryptocurrencies in the badge.",
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 2,
    "name": "Cryptosaur",
    "options_page": "options.html",
    "permissions": [
        "http:\/\/engineerblog.ru\/",
        "https:\/\/btc-e.com\/",
        "http:\/\/pubapi.cryptsy.com\/",
        "https:\/\/cryptorush.in\/",
        "http:\/\/data.bter.com\/",
        "https:\/\/poloniex.com\/",
        "notifications"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.9"
}