A Chrome extension that integrates with Ollama to provide AI assistance directly in your browser. This extension can summarize webpages, answer questions about page content, and help fill out forms automatically.
- Page Summarization: Get quick summaries of any webpage you're viewing.
- AI Chat: Chat with Ollama about the current webpage or any topic.
- Side Panel Integration: Access all features from Chrome's side panel without leaving the webpage.
- Ollama installed and running on your computer.
- Chrome browser (version 88 or newer).
- Download and extract this extension.
- Open Chrome and navigate to
chrome://extensions/. - Enable "Developer mode" using the toggle in the top-right corner.
- Click "Load unpacked" and select the extracted extension folder.
- The extension icon should now appear in your Chrome toolbar.
- Make sure Ollama is installed and running on your computer.
- Start Ollama by running the following command in your terminal:
set OLLAMA_ORIGINS=* && ollama serve
- By default, the extension connects to Ollama at
http://localhost:11434. - Click the extension icon and then the "Settings" button to configure:
- Ollama Host URL (default:
http://localhost:11434) - Model to use (default:
deepseek-r1:8b) - System prompt for the AI.
- Ollama Host URL (default:
- Navigate to any webpage you want to summarize.
- Click the extension icon in the toolbar.
- Click "Summarize Page."
- The side panel will open with a summary and key points from the page.
- Click the extension icon in the toolbar.
- Click "Open AI Chat."
- The side panel will open with a chat interface.
- Type your questions about the webpage or any other topic.
- When the AI is processing a complex response, a "Thinking" label will appear.
- Expand the "Thinking" section to view intermediate data or processing details.
- Once the AI completes its response, the final output will replace the "Thinking" label.
- Navigate to a webpage with forms.
- Open the side panel using the extension.
- Click the "Form Fill" tab.
- Select the form you want to fill.
- Upload the Required Documents.
- Click "Fill Form" to automatically complete the form.
- The extension extracts content from webpages you visit.
- It uses Ollama's local AI models to process and understand the content.
- All processing happens locally on your machine for privacy.
- Extension not connecting to Ollama: Make sure Ollama is running on your computer and the host URL is correctly set in the extension settings.
- AI responses are slow: Try using a smaller model in the settings.
- Form filling not working: Some websites use complex JavaScript forms that may not be fully compatible with the form filling feature.
- Thinking Mode not updating: Ensure the extension is properly communicating with Ollama and that the AI model supports streaming responses.
All processing is done locally on your machine. Your data doesn't leave your computer as Ollama runs locally.