diff options
| -rw-r--r-- | README.md | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..90fb290 --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +Timetasker +========== + +A Google Chrome extension that speeds up data entry for weekly timesheets +in [Time Task](https://timetask.com). + +When visiting the "Add multiple time entries" page +(`https://*.timetask.com/time/add/`), five days of time entries will be +automatically created based on user-defined defaults. + +In order to use the extension, open its Options panel from the Chrome Extensions +page and fill in your preferred defaults. + + +## Installing +Download the latest .crx file from the +[releases](https://github.com/teddywing/chrome-timetasker/releases) page. Drag +and drop the file onto the Chrome Extensions page. + + +## License +Copyright © 2017 Teddy Wing. Licensed under the GNU GPLv3+ (see the included +COPYING file). |
