Smart Mark is a browser extension that uses the Gemini API to automatically search and mark correct answers in quiz forms like Google Forms.
- 🔍 Uses Gemini AI to find accurate answers.
- ✅ Auto-selects correct options in forms.
- 🧠 Works in real time.
- 🎯 Lightweight and efficient.
- 🛡️ No data stored or tracked.
- Detects multiple-choice questions from quiz forms.
- Sends question text to Gemini API.
- Parses response and identifies the correct answer.
- Automatically selects the right option on the form.
- Clone this repo or Download ZIP
- Go to
chrome://extensions/in your browser. - Enable Developer Mode.
- Click on Load unpacked and select the
smart-markfolder.
- JavaScript
- Gemini API
- HTML/CSS
- Chrome Extension API