Rated 5 out of 5 stars

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

This review is for a previous version of the add-on (0.3.1).