proginosko / LeechBlockNG-chrome

LeechBlock NG (Next Generation) for Chrome is a simple productivity tool designed to block those time-wasting sites that can suck the life out of your working day. All you need to do is specify which sites to block and when to block them.
https://www.proginosko.com/leechblock/
Mozilla Public License 2.0
73 stars 14 forks source link

Show Timer as Icon Badge #3

Closed Jo6a closed 6 years ago

Jo6a commented 6 years ago

Competitors like StayFocusd indicate the remaining time as a badge in the icon. It would be great if this option also existed in LeechBlock requestleechblock

chrome.browserAction.setBadgeText({text: "21:45"});

proginosko commented 6 years ago

Great suggestion! I'll add that in the next version.

proginosko commented 6 years ago

Added in version 0.8.1. Badge text can't be more than 4 characters, so timer is only shown when time left is less than 10 minutes (9:59, etc.).