This demo demonstrates how to use the Gemini API to build Chrome Extensions.
This extension allows you to create calendar events from text on a webpage
- Clone this repository.
- Run
npm installin the project directory. - Run
npm run buildin the project directory to build the extension. - Load the newly created
distdirectory in Chrome as an unpacked extension.