Bitcoin Live

Get live notifications for bitcoin value

O que é Bitcoin Live?

Bitcoin Live é uma extensão do Chrome desenvolvida por yoni jah, e sua principal característica é "Get live notifications for bitcoin value".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Bitcoin Live

Baixe arquivos de extensão Bitcoin Live 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

                        This extension will automatically monitor Bitcoin values from mtgox and bitcoin average.
- live value displayed in your browser
- live notification on drastic value changes
- easy access to your favorite on-line charts
- (new) supports mBTC μBTC and Matoshi units

Please check the extension options after installing it to set your own preferences.
I'm really happy about all the positive reviews but if you have any questions you'll get a faster response if you ask them on my blog -
http://blog.non.co.il/index.php/bitcoin-live-chrome-extension/                    

Informações Básicas da Extensão

Nome Bitcoin Live Bitcoin Live
ID gihnmkplbiedplobapnkhgblipfgjoci
URL Oficial https://chrome.google.com/webstore/detail/bitcoin-live/gihnmkplbiedplobapnkhgblipfgjoci
Descrição Get live notifications for bitcoin value
Tamanho do Arquivo 56.25 KB
Contagem de Instalações 245
Versão Atual 0.2.1
Última Atualização 2013-11-28
Data de Publicação 2013-11-28
Classificação 4.19/5 Total de 27 Avaliações
Desenvolvedor yoni jah
Tipo de Pagamento free
Site da Extensão http://blog.non.co.il/index.php/bitcoin-live-chrome-extension/
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bitcoin Live",
    "description": "Get live notifications for bitcoin value",
    "version": "0.2.1",
    "icons": {
        "16": "bitcoin-16.png",
        "48": "bitcoin-48.png",
        "128": "bitcoin-128.png"
    },
    "permissions": [
        "*:\/\/data.mtgox.com\/*",
        "https:\/\/websocket.mtgox.com\/*",
        "storage",
        "notifications"
    ],
    "web_accessible_resources": [
        "bitcoin-128.png"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "bitcoin-128.png",
        "default_popup": "popup.html"
    }
}