Bitcoin GO
Get live notifications for bitcoin value
Was ist Bitcoin GO?
Bitcoin GO ist eine Chrome-Erweiterung, die von colkito entwickelt wurde, und ihr Hauptmerkmal ist "Get live notifications for bitcoin value".
Erweiterungsscreenshots
Bitcoin GO-Erweiterungs-CRX-Datei herunterladen
Laden Sie Bitcoin GO-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | hjacdkfgnmaigbmeejkjacecoibojgdn |
Offizielle URL | https://chrome.google.com/webstore/detail/bitcoin-go/hjacdkfgnmaigbmeejkjacecoibojgdn |
Beschreibung | Get live notifications for bitcoin value |
Dateigröße | 24.3 KB |
Installationsanzahl | 64 |
Aktuelle Version | 0.0.3 |
Letztes Update | 2014-01-29 |
Veröffentlichungsdatum | 2014-01-29 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | colkito |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |