Skip to content

Repository files navigation

Forms Selfmade Icon

Forms selfmade

A lightweight Chrome/Edge extension that uses your Ollama model (local or cloud) to answer Google Forms questions.

What it does

  • Works on Google Forms pages
  • Hover a question and press Ctrl+Shift+Y
  • Supports:
    • Text input
    • Paragraph input
    • Multiple choice
    • Checkboxes

Quick setup

  1. If using local Ollama: install Ollama and pull a model (example: llama3.1:8b)
  2. If using local Ollama: start Ollama with CORS enabled:
    • Manually: set OLLAMA_ORIGINS=* then ollama serve
  3. Open chrome://extensions (or edge://extensions)
  4. Enable Developer mode
  5. Click Load unpacked and select this folder
  6. Open extension Settings
  7. Set endpoint, optional API key, click Refresh, and choose a model from the dropdown

Settings screenshots

Extension Preview

Extension Preview

Settings screen

Settings screen 1

Settings screen 2

Example bottom right corner

Working example

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.

Default endpoints

https://ollama.com or local models at http://127.0.0.1:11434

Notes

  • 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

About

A google chrome extension to get AI help to solve Google Forms (now publically available after finishing my degree)

Topics

Resources

Stars

Watchers

Forks

Contributors

Languages