Bitcoin GO
Get live notifications for bitcoin value
¿Qué es Bitcoin GO?
Bitcoin GO es una extensión de Chrome desarrollada por colkito, y su función principal es "Get live notifications for bitcoin value".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Bitcoin GO
Descarga archivos de extensión Bitcoin GO en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | |
ID | hjacdkfgnmaigbmeejkjacecoibojgdn |
URL Oficial | https://chrome.google.com/webstore/detail/bitcoin-go/hjacdkfgnmaigbmeejkjacecoibojgdn |
Descripción | Get live notifications for bitcoin value |
Tamaño del Archivo | 24.3 KB |
Cantidad de Instalaciones | 64 |
Versión Actual | 0.0.3 |
Última Actualización | 2014-01-29 |
Fecha de Publicación | 2014-01-29 |
Calificación | 5.00/5 Total de 2 Calificaciones |
Desarrollador | colkito |
Tipo de Pago | free |
Idiomas Soportados | 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" } } |