Bitcoin GO
Get live notifications for bitcoin value
Wat is Bitcoin GO?
Bitcoin GO is een Chrome-extensie ontwikkeld door colkito, en de belangrijkste functie is "Get live notifications for bitcoin value".
Extensie Screenshots
Download het CRX-bestand van de extensie Bitcoin GO
Download Bitcoin GO-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
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
Basisinformatie over de Extensie
Naam | |
ID | hjacdkfgnmaigbmeejkjacecoibojgdn |
Officiële URL | https://chrome.google.com/webstore/detail/bitcoin-go/hjacdkfgnmaigbmeejkjacecoibojgdn |
Beschrijving | Get live notifications for bitcoin value |
Bestandsgrootte | 24.3 KB |
Aantal Installaties | 64 |
Huidige Versie | 0.0.3 |
Laatst Bijgewerkt | 2014-01-29 |
Publicatiedatum | 2014-01-29 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | colkito |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |