A simple extension for creating timers in browser tabs.
Use of the extension is primarily through the use of the omnibox.
To create a timer page enter tid followed by a duration or specific time.
For instance tid 10m.
| Time | Example |
|---|---|
| relative | 30s, 20m, 1h |
| absolute | 12:30 |
The extensions parser understands a couple of operators.
| Operator | Example |
|---|---|
+ (addition) |
20m + 10s, 12:30 + 1h |
- (subtraction) |
20m - 40s, 12:30 - 5m |
% (modulus) |
%20m, next even 20 minutes |
The extension is available for Firefox, Chrome, and Edge.
To build the extension use yarn install && yarn build.
Icon based on Material Design https://github.com/Templarian/MaterialDesign