Description from extension meta
Summarize the current page using a local LLM
Image from store
Description from store
LLM Summarizer Side Panel lets you summarize the content of any web page using a locally running AI model through Ollama. It works entirely offline and does not collect any user data.
Features:
Summarize the text content of the current page
Runs locally using your own Ollama model
Persistent Chrome side panel interface
Light and dark theme with toggle
How to set up:
Install Ollama:
curl -fsSL https://ollama.com/install.sh | sh
Download a model (example: mistral):
ollama pull mistral
Allow this Chrome extension to access Ollama by setting the following environment variable:
export OLLAMA_ORIGINS="chrome-extension://pbphpnocdhnlodeegokdigkeopmnicjh"
Start the Ollama server:
ollama serve
How to use:
Click the extension icon in the toolbar
Open a web page
Click "Summarize" in the side panel to see the summary
This extension does not transmit or collect any personal data. All processing is done locally on your machine.