Skip to content

Commit

Permalink
Merge pull request #200 from maxxxxxdlp/webstore
Browse files Browse the repository at this point in the history
Prepare to publish the extension
  • Loading branch information
maxpatiiuk authored Mar 5, 2023
2 parents c00e2f4 + 4eb430a commit 431b55d
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 4 deletions.
28 changes: 26 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,31 @@
# Calendar Plus

A Chrome extension for Google Calendar that allows to easily see what you spend
your time, get insights on and set goals
A browser extension for Google Calendar that provides insights into where your time goes. Includes power user tools, data export and customization

Features:
- Plot your week/month/year using Bar Chart, Pie Chart or a Time Chart
- Adds ability to ghost an event (make it semi transparent and non-interactive)
- Adds ability to condense the interface to have more space for events
- Adds autocomplete for event names when creating events
- Allows to automatically place events into correct calendars based on defined rules
- Supports exporting plotted data and exporting/importing plugin settings

## Screenshots

Column chart:
![Column chart](./docs/img/1.png)

Time chart:
![Time chart](./docs/img/2.png)

Pie chart:
![Pie chart](./docs/img/3.png)

Settings:
![Settings](./docs/img/4.png)

Expanded time chart
![Expanded time chart](./docs/img/5.png)

## Installation

Expand Down
Binary file added docs/img/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Calendar Plus",
"short_name": "GCal Stats",
"version": "1.0.0",
"description": "A Chrome extension for Google Calendar that allows to easily see what you spend your time, get insights on and set goals",
"description": "Google Calendar extension that provides insights into where your time goes. Includes power user tools, data export and customization",
"author": "EECS 581 Team 19",
"manifest_version": 3,
"icons": {
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "calendar-stats",
"version": "1.0.0",
"private": true,
"description": "A Chrome extension for Google Calendar that allows to easily see what you spend your time, get insights on and set goals",
"description": "A browser extension for Google Calendar that provides insights into where your time goes. Includes power user tools, data export and customization",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit 431b55d

Please sign in to comment.