This is a Chrome extension that automatically opens the URL set in your calendar event as a new tab a few minutes before the start of the Google Calendar event.
- Easy to use: Just log in with your Google account to link calendars and it's automatic.
- Concentrate without worrying about time: The tab will automatically open 1-2 minutes before the meeting. No more worrying about the time so you don't miss the MTG. You can focus on your task, not the clock.
- Interrupt overconcentration: Opens a new tab and brings that window to the forefront. You will never miss the MTG even if you are doing other tasks in a text editor, terminal, etc.
- Support Google Meet, Zoom, and Microsoft Teams (beta)
- Install the extension on the Chrome Web Store
- Click the popup icon
- Please sign in with the Google account you wish to link your calendar to
- This OAuth application is under review by Google. Until the review is complete, a warning screen will appear after granting permissions
- You're all set! Events are automatically and regularly updated. You won't have to click the refresh button unless you want to retrieve the latest events immediately.
npm i
npm run dev
Then dist
directory will be created on the project root. Please load it on chrome://extensions
.
- Add a new element into
urlRules
in src/config.ts - Add tests in src/config.test.ts
- Create a pull request
npm version {patch|minor|major}
npm run release
This repository is under MIT license.