A Google Chrome extension for Pomodoro Technique.
Pomodoro Technique is a task management method suggested by Francesco Cirillo who is an Italian software engineer in 1987. We can work more efficiently and focused cause of intervals; work for 25min., break for 5min., work for 25min., break for 5min.,... . Pomodoro comes from the Italian word for tomamo, the name "Pomodoro Technique" is derived from an episode that Cirillo did work with the intervals by using a kitchen timer shaped like tomato.
Add to your Chrome from here(Chrome Web Store link).
- Set the URLs you'd like to block
- Tap the icon to start timer
- Can't open blocked Web pages during Work time
- No waste: it does not require useless processing power by the auto-turnoff function
- Easy to use: you never lose how to use thanks to the simple structure
Most previous Chrome extensions for Pomodoto Technique are resident. It's undesirable no matter what the apps are pretty convenience.
In this app persistent
of background.js is denied, means it's not resident.
"background": {
"scripts": ["background.js"],
"persistent": false
}