Chrome Extension Demo: Timer based on Pomodoro Technique
Stars
3
Forks
4
Watchers
3
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
14
commits
1
commits
states are more readable. browserAction shows time in the icon.
bcfe711View on GitHubAdded sentence to indicate current settings in initial page.
7c55361View on GitHubAdded comments, refactored, and added some padding and fixed width/height to html files.
c6180ddView on GitHubFixed a bug where a delayed startTimer wasn't being cleared when stop was pressed. As a result, several timers were running at the same time. Also added localStorage for storing user settings.
d84f06dView on GitHubRefactored states into separate files. Added delay between pomodoro and break states.
067afe2View on GitHubAdded states. Need to start break timer automatically after pomodoro timer finishes.
910928aView on GitHubFixed bug by trigerring timer start with a button instead of when the timer page loads.
4708683View on GitHubSwitched to using a background page to keep track of the timer. Message sending between timer page and the background page. Awesome bug where if the extension is opened and closed, the timer flickers between a bunch of increasing values.
f54862dView on GitHubTicking timer on screen. Added moment.js as depedency. Issue: Timer resets when extension closed and reopened.
b265444View on GitHub