Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare to publish the extension #200

Merged
merged 3 commits into from
Mar 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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