https://github.com/akashrchandran/udemy-summarizer
Udemy Summary with Google Gemini is a simple Chrome/Brave Extension (manifest v3) that allows you to get both Udemy video transcripts and summary of the video with Google Gemini's AI technology.
https://github.com/akashrchandran/udemy-summarizer
brave-extension chrome-extension edge-extension udemy udemy-summary
Last synced: 3 months ago
JSON representation
Udemy Summary with Google Gemini is a simple Chrome/Brave Extension (manifest v3) that allows you to get both Udemy video transcripts and summary of the video with Google Gemini's AI technology.
- Host: GitHub
- URL: https://github.com/akashrchandran/udemy-summarizer
- Owner: akashrchandran
- License: mit
- Created: 2024-11-15T17:14:20.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-16T19:25:48.000Z (7 months ago)
- Last Synced: 2025-03-10T14:13:25.199Z (3 months ago)
- Topics: brave-extension, chrome-extension, edge-extension, udemy, udemy-summary
- Language: JavaScript
- Homepage: https://github.com/akashrchandran/udemy-summarizer
- Size: 854 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Udemy Summary with Google Gemini

Udemy Summary with Google Gemini is a simple Chrome/Brave Extension (manifest v3) that allows you to get both Udemy video transcripts and summary of the video with Google Gemini's AI technology.

## Install from Chrome Web Store
- Will publish soon!
## Install from source
To install this extension, follow these steps:
1. Download the code on GitHub.
2. Unzip the downloaded file.
3. In Google Chrome/Brave, open the Extensions page (chrome://extensions/).
4. Turn on Developer mode by clicking the toggle switch in the top right corner of the page.
5. Click the `Load unpacked` button and select the unzipped folder for your extension to install it.
6. Udemy Summary with Google Gemini extension should be installed and active!## How to Set Up
1. Go to [Google AI Studio](https://aistudio.google.com/apikey) and login with your google account.
2. CLick on create a new and create one.
3. Copy the API key.
4. Paste the API key to the extension options page (right-click the extension icon and click `Options`) and click `Save`.## How to Use
To use Udemy Summary with Google Gemini extension, follow these steps:
1. Go to any Udemy lesson page.
2. Click the extension icon on the top right corner of the browser.
3. Click `Generate Udemy Lesson Summary` button.
4. You'll see a magic in a few seconds!- All the summaries for every page are stored in the extension's local storage. If you want to delete the summaries, you can click `Clear All Summaries` button on the extension options page.
- This code manually fetches the Udemy video transcripts, and the platform might change the system so I also cannot guarantee that the Udemy video transcript code works forever. I'll try my best to keep updated!## Privacy Policy
You can find the privacy policy [here](/privacy.md).
## Credits
- [Alessandro F. Annini](https://github.com/AlessandroAnnini) for his work on [udemy-openai](https://github.com/AlessandroAnnini/udemy-openai).
- Me -> for adding support for Google Gemini.