评分5星,满分5星

Great extension, adding some much needed task functionality!

I also experienced the problem with the date being shown incorrectly. This is due to timezones, and the fix is quite simple. Just edit the chrome/content/interface_functions.js file lines 196 & 197. Replace getDate() and getMonth() with getUTCDate() and getUTCMonth(). Fixed based on version 0.3.1

这个评论是针对附加组件的一个早期版本的(0.3.1)。