A Chrome Extension that extracts transcripts from Coursera videos and generates ultra-concise, high-quality study notes using the Groq API.
- One-Click Notes: Generate concise study notes with a single click while watching a Coursera video.
- Smart Chunking: Automatically processes long transcripts in chunks to bypass API token limits.
- Markdown & Math Rendering: Renders Markdown and LaTeX equations correctly using
marked.jsandKaTeX. - Clean UI: A sleek, popup interface demonstrating real-time processing progress.
manifest.json: Chrome extension manifest.src/: Contains core extension scripts (popup.js,content.js), styling (popup.css), and the popup interface (popup.html).assets/: Contains extension icons.vendor/: Third-party dependencies (marked.js,KaTeX).demo/: Contains a generic demo layout for UI testing.
- Clone this repository or download the source code.
- Open Google Chrome and navigate to
chrome://extensions/. - Enable Developer mode in the top right corner.
- Click Load unpacked and select the directory containing this project.
- Pin the extension to your toolbar.
- Go to any Coursera video page providing an active transcript.
- Click on the extension icon.
- Click Generate and let the AI process the transcript into a set of concise study notes.