Cryptosaur

Shows the price of cryptocurrencies in the badge.

¿Qué es Cryptosaur?

Cryptosaur es una extensión de Chrome desarrollada por jeff88, y su función principal es "Shows the price of cryptocurrencies in the badge.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Cryptosaur

Descarga archivos de extensión Cryptosaur en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Cryptosaur Cryptosaur
ID ldifofhjjihonamocbjmboeeaolkflag
URL Oficial https://chromewebstore.google.com/detail/cryptosaur/ldifofhjjihonamocbjmboeeaolkflag
Descripción Shows the price of cryptocurrencies in the badge.
Tamaño del Archivo 111 KB
Cantidad de Instalaciones 30
Versión Actual 1.1.9
Última Actualización 2014-03-24
Fecha de Publicación 2014-03-23
Calificación 3.95/5 Total de 20 Calificaciones
Desarrollador jeff88
Tipo de Pago free
URL de la Página de Ayuda https://bitcointalk.org/index.php?topic=458091
Idiomas Soportados 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"
}