Cryptosaur

Shows the price of cryptocurrencies in the badge.

Cos'è Cryptosaur?

Cryptosaur è un'estensione di Chrome sviluppata da jeff88, e la sua funzione principale è "Shows the price of cryptocurrencies in the badge.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Cryptosaur

Scarica i file di estensione Cryptosaur in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Cryptosaur Cryptosaur
ID ldifofhjjihonamocbjmboeeaolkflag
URL Ufficiale https://chromewebstore.google.com/detail/cryptosaur/ldifofhjjihonamocbjmboeeaolkflag
Descrizione Shows the price of cryptocurrencies in the badge.
Dimensione del File 111 KB
Conteggio Installazioni 30
Versione Corrente 1.1.9
Ultimo Aggiornamento 2014-03-24
Data di Pubblicazione 2014-03-23
Valutazione 3.95/5 Totale 20 Valutazioni
Sviluppatore jeff88
Tipo di Pagamento free
URL della Pagina di Aiuto https://bitcointalk.org/index.php?topic=458091
Lingue Supportate 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"
}