A Chrome extension that extracts and summarizes text (whole page or highlighted text) from any webpage using an LLM API.
The extension also has a "Read Aloud" function using the Web Speech API.
V2: Uses Gemini API
demo_video_two.mov
V1
TLDR-VID.mov
- Download the extension files or clone the repository:
git clone git@github.com:Kerushani/chrome-extension.git
- Go to Chrome Extensions
- Open
chrome://extensions/in your browser - Enable Developer Mode (toggle in the top right corner)
- Load the extension
- Click "Load Unpacked"
- Select the folder containing the extension files
Install Ollama from their website: https://ollama.com/download
Then,
ollama --versionollama run deepseek-r1npm install
node server.js