A Chrome extension that lets you save selected text as events to Google Calendar with right-click functionality.
- Right-click any selected text to save to calendar
- Beautiful popup form for event details
- Direct integration with Google Calendar
- Privacy-focused - no data collection
- Fast and lightweight
Since this extension is not on Chrome Web Store, you need to install it manually:
-
Download the extension
- Click the
Codebutton above and select "Download ZIP" - Extract the ZIP file to a folder
- Click the
-
Load in Chrome
- Open Chrome and go to
chrome://extensions/ - Enable "Developer mode" (toggle in top-right)
- Click "Load unpacked"
- Select the
srcfolder from the extracted files
- Open Chrome and go to
-
Start using!
- Select text on any webpage
- Right-click and choose "Save to Google Calendar"
- Fill in event details and save
- Select text on any webpage
- Right-click and choose "Save to Google Calendar"
- Customize event details in the popup
- Click "Save to Calendar" to open Google Calendar
- Review and save your event in Google Calendar
| Right-click Menu | Event Popup | Full Display |
|---|---|---|
![]() |
![]() |
![]() |
This extension:
- Does NOT collect any personal data
- Does NOT send data to external servers
- Only communicates with Google Calendar when you save events
- Stores all data locally on your device
For details, see PRIVACY.md
└── 📁docs
└── 📁screenshots
├── full-display-popup.png
├── pop-up.png
├── right-click.png
├── INSTALL.md
├── PRIVACY.md
├── README.md
└── 📁src
└── 📁icons
├── icon128.png
├── background.js
├── content.js
├── manifest.json
├── popup.html
├── popup.js
├── styles.css
└── LICENSE
No build process required! This is a pure JavaScript extension.
- Issues: Create an issue in this repository
- Questions: Check the FAQ below
Q: Want Demo? A: Have a look
Q: Is this extension safe?
A: Yes! The code is open source and doesn't collect any data.
Q: Why isn't it on Chrome Web Store?
A: To avoid the $5 developer fee and keep it completely free.
Q: Can I contribute?
A: Yes! Feel free to fork and submit pull requests.
MIT License - see LICENSE file for details.
Note: This extension requires manual installation since it's not on Chrome Web Store. But if you wish to fund me, you are always welcome :)



