diff options
| author | Teddy Wing | 2017-03-18 21:58:17 +0100 |
|---|---|---|
| committer | Teddy Wing | 2017-03-18 21:58:17 +0100 |
| commit | e9ec5063ca876ea9698b0dd89b475b21b3f10b20 (patch) | |
| tree | bf3b7078c4e9c288497c77d0f3e78b4498ae43e3 | |
| parent | 04c61dd40ca9399164b6e3d3b8efdf7d59563993 (diff) | |
| download | chrome-timetasker-0.0.1.tar.bz2 | |
Add READMEv0.0.1
Include some background information about the extension, installation
instructions, and release information.
| -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). |
