-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME
More file actions
16 lines (14 loc) · 811 Bytes
/
Copy pathREADME
File metadata and controls
16 lines (14 loc) · 811 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
This is a simple Chrome Extension that allows users to highlight dates on a webpage and then easily add them to Google Calendar.
TODO
- allow user to select from their various Google Calendars
CHANGELOG
Version 1.4.1: Fixed an issue with authorization during the first install
Version 1.4.0: Fixed authorization issue and timing issue
Version 1.3.2: Fixed some more formatting and timing issues
Version 1.3.1: Changed some more of the design and made the code a bit more robust
Version 1.3: Changed some design elements and added a way to close the popup without refreshing the page
Version 1.2.2: Changed over to Date.js for date parsing
Version 1.2.1: Changed some permissions
Version 1.2: Added support for more time formats
Version 1.1: Fixed an infinite loop authorization bug
Version 1.0: Initial upload