Bitcoin GO
Get live notifications for bitcoin value
Qu'est-ce que Bitcoin GO ?
Bitcoin GO est une extension Chrome développée par colkito, 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 GO
Téléchargez les fichiers d'extension Bitcoin GO 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
Just shows the Bitstamp BTC (Bitcoin) price/rate. It's fetched every 10 seconds or when the user clicks on the icon. About badge background colours: * black - price did not change from last fetch. * green - price went up * red - price went down source code: https://github.com/colkito/BitcoinGO-extension *** This is not an official plugin! *** The author of this plugin has no affiliation with Bitstamp., nor is this plugin endorsed or supported in any shape or form by the Bitstamp. More info about Bitstamp can be found from bitstamp.net
Informations de Base sur l'Extension
Nom | |
ID | hjacdkfgnmaigbmeejkjacecoibojgdn |
URL Officiel | https://chrome.google.com/webstore/detail/bitcoin-go/hjacdkfgnmaigbmeejkjacecoibojgdn |
Description | Get live notifications for bitcoin value |
Taille du Fichier | 24.3 KB |
Nombre d'Installations | 64 |
Version Actuelle | 0.0.3 |
Dernière Mise à Jour | 2014-01-29 |
Date de Publication | 2014-01-29 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | colkito |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bitcoin GO", "version": "0.0.3", "description": "Get live notifications for bitcoin value", "icons": { "16": "bitcoin-16.png", "48": "bitcoin-48.png", "128": "bitcoin-128.png" }, "permissions": [ "https:\/\/www.bitstamp.net\/api\/ticker\/", "notifications" ], "web_accessible_resources": [ "bitcoin-128.png" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "bitcoin-16.png" } } |