Bitcoin Live

Get live notifications for bitcoin value

Τι είναι το Bitcoin Live;

Το Bitcoin Live είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον yoni jah, και η κύρια λειτουργία του είναι "Get live notifications for bitcoin value".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Bitcoin Live

Λήψη αρχείων επέκτασης Bitcoin Live σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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/                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Bitcoin Live Bitcoin Live
ID gihnmkplbiedplobapnkhgblipfgjoci
Επίσημο URL https://chrome.google.com/webstore/detail/bitcoin-live/gihnmkplbiedplobapnkhgblipfgjoci
Περιγραφή Get live notifications for bitcoin value
Μέγεθος Αρχείου 56.25 KB
Αριθμός Εγκαταστάσεων 245
Τρέχουσα Έκδοση 0.2.1
Τελευταία Ενημέρωση 2013-11-28
Ημερομηνία Δημοσίευσης 2013-11-28
Αξιολόγηση 4.19/5 Συνολικά 27 Αξιολογήσεις
Προγραμματιστής yoni jah
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://blog.non.co.il/index.php/bitcoin-live-chrome-extension/
Υποστηριζόμενες Γλώσσες 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"
    }
}