Bitcoin Live

Get live notifications for bitcoin value

Wat is Bitcoin Live?

Bitcoin Live is een Chrome-extensie ontwikkeld door yoni jah, en de belangrijkste functie is "Get live notifications for bitcoin value".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Bitcoin Live

Download Bitcoin Live-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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/                    

Basisinformatie over de Extensie

Naam Bitcoin Live Bitcoin Live
ID gihnmkplbiedplobapnkhgblipfgjoci
Officiële URL https://chrome.google.com/webstore/detail/bitcoin-live/gihnmkplbiedplobapnkhgblipfgjoci
Beschrijving Get live notifications for bitcoin value
Bestandsgrootte 56.25 KB
Aantal Installaties 245
Huidige Versie 0.2.1
Laatst Bijgewerkt 2013-11-28
Publicatiedatum 2013-11-28
Beoordeling 4.19/5 Totaal 27 Beoordelingen
Ontwikkelaar yoni jah
Betalingswijze free
Extensiewebsite http://blog.non.co.il/index.php/bitcoin-live-chrome-extension/
Ondersteunde Talen 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"
    }
}