Skip to content
/ TLDR Public

A Chrome extension that extracts and summarizes text from any webpage

Notifications You must be signed in to change notification settings

Kerushani/TLDR

Repository files navigation

TLDR - Chrome Extension

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

Demo Video

TLDR-VID.mov

Installation

  1. Download the extension files or clone the repository:
    git clone git@github.com:Kerushani/chrome-extension.git
  2. Go to Chrome Extensions
  • Open chrome://extensions/ in your browser
  • Enable Developer Mode (toggle in the top right corner)
  1. Load the extension
  • Click "Load Unpacked"
  • Select the folder containing the extension files

Backend Setup (Node.js + Ollama to run LLM locally)


Step 1: Install Ollama

Install Ollama from their website: https://ollama.com/download

Then,

ollama --version

Step 2: Run the DeepSeek-R1 Model

ollama run deepseek-r1

Step 3: Run the Node Backend

npm install
node server.js

About

A Chrome extension that extracts and summarizes text from any webpage

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published