Cryptosaur

Shows the price of cryptocurrencies in the badge.

O que é Cryptosaur?

Cryptosaur é uma extensão do Chrome desenvolvida por jeff88, e sua principal característica é "Shows the price of cryptocurrencies in the badge.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Cryptosaur

Baixe arquivos de extensão Cryptosaur no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Cryptosaur Cryptosaur
ID ldifofhjjihonamocbjmboeeaolkflag
URL Oficial https://chromewebstore.google.com/detail/cryptosaur/ldifofhjjihonamocbjmboeeaolkflag
Descrição Shows the price of cryptocurrencies in the badge.
Tamanho do Arquivo 111 KB
Contagem de Instalações 30
Versão Atual 1.1.9
Última Atualização 2014-03-24
Data de Publicação 2014-03-23
Classificação 3.95/5 Total de 20 Avaliações
Desenvolvedor jeff88
Tipo de Pagamento free
URL da Página de Ajuda https://bitcointalk.org/index.php?topic=458091
Idiomas Suportados 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"
}