From e9ec5063ca876ea9698b0dd89b475b21b3f10b20 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 18 Mar 2017 21:58:17 +0100 Subject: Add README Include some background information about the extension, installation instructions, and release information. --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 README.md 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). -- cgit v1.2.3