A lightweight Chrome/Edge extension that uses your Ollama model (local or cloud) to answer Google Forms questions.
- Works on Google Forms pages
- Hover a question and press Ctrl+Shift+Y
- Supports:
- Text input
- Paragraph input
- Multiple choice
- Checkboxes
- If using local Ollama: install Ollama and pull a model (example:
llama3.1:8b) - If using local Ollama: start Ollama with CORS enabled:
- Manually:
set OLLAMA_ORIGINS=*thenollama serve
- Manually:
- Open
chrome://extensions(oredge://extensions) - Enable Developer mode
- Click Load unpacked and select this folder
- Open extension Settings
- Set endpoint, optional API key, click Refresh, and choose a model from the dropdown
Nicely hidden so only if you know its there you will also see it and so nicely hiding it from others. This can be customized to be brighter and more visible.
https://ollama.com or local models at http://127.0.0.1:11434
- Everything runs locally unless web search is enabled in your config or using a cloud model
- If answers fail, first confirm Ollama is reachable at
http://127.0.0.1:11434



