Bitcoin Live
Get live notifications for bitcoin value
Qu'est-ce que Bitcoin Live ?
Bitcoin Live est une extension Chrome développée par yoni jah, et sa fonction principale est "Get live notifications for bitcoin value".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Bitcoin Live
Téléchargez les fichiers d'extension Bitcoin Live au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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/
Informations de Base sur l'Extension
Nom | |
ID | gihnmkplbiedplobapnkhgblipfgjoci |
URL Officiel | https://chrome.google.com/webstore/detail/bitcoin-live/gihnmkplbiedplobapnkhgblipfgjoci |
Description | Get live notifications for bitcoin value |
Taille du Fichier | 56.25 KB |
Nombre d'Installations | 245 |
Version Actuelle | 0.2.1 |
Dernière Mise à Jour | 2013-11-28 |
Date de Publication | 2013-11-28 |
Évaluation | 4.19/5 Total 27 Évaluations |
Développeur | yoni jah |
Type de Paiement | free |
Site Web de l'Extension | http://blog.non.co.il/index.php/bitcoin-live-chrome-extension/ |
Langues Prises en Charge | 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" } } |