This extension allows you to see the current bitcoin value in your statusbar.
Options
{
//Show percentage difference between current bitcoin value and the defined value, if multiple values then the average is calculated
bitcoinwatcher.useRelativeDifference : [<number>],
//Change the displayed currency
bitcoinwatcher.currency: "<string>" (default: usd)
//Change the amount of decimals
bitcoinwatcher.decimals: <number> (default: 2)
//see change of value from yesterday
bitcoinwatcher.relativeToYesterday : <boolean> (default: false)
}