Bitcoin Live

Get live notifications for bitcoin value

Cos'è Bitcoin Live?

Bitcoin Live è un'estensione di Chrome sviluppata da yoni jah, e la sua funzione principale è "Get live notifications for bitcoin value".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Bitcoin Live

Scarica i file di estensione Bitcoin Live 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

                        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/                    

Informazioni di Base sull'Estensione

Nome Bitcoin Live Bitcoin Live
ID gihnmkplbiedplobapnkhgblipfgjoci
URL Ufficiale https://chrome.google.com/webstore/detail/bitcoin-live/gihnmkplbiedplobapnkhgblipfgjoci
Descrizione Get live notifications for bitcoin value
Dimensione del File 56.25 KB
Conteggio Installazioni 245
Versione Corrente 0.2.1
Ultimo Aggiornamento 2013-11-28
Data di Pubblicazione 2013-11-28
Valutazione 4.19/5 Totale 27 Valutazioni
Sviluppatore yoni jah
Tipo di Pagamento free
Sito Web dell'Estensione http://blog.non.co.il/index.php/bitcoin-live-chrome-extension/
Lingue Supportate 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"
    }
}