Cryptosaur

Shows the price of cryptocurrencies in the badge.

What is Cryptosaur?

Cryptosaur is a Chrome extension developed by jeff88, and its main feature is "Shows the price of cryptocurrencies in the badge.".

Extension Screenshots

screenshot
screenshot

Download Cryptosaur Extension CRX File

Download Cryptosaur extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Cryptosaur Cryptosaur
ID ldifofhjjihonamocbjmboeeaolkflag
Official URL https://chromewebstore.google.com/detail/cryptosaur/ldifofhjjihonamocbjmboeeaolkflag
Description Shows the price of cryptocurrencies in the badge.
File Size 111 KB
Installation Count 30
Current Version 1.1.9
Last Updated 2014-03-24
Publish Date 2014-03-23
Rating 3.95/5 Total 20 Ratings
Developer jeff88
Payment Type free
Help Page URL https://bitcointalk.org/index.php?topic=458091
Supported Languages 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"
}