Turms is a Chrome extension that auto-detects Terms of Service (ToS) pages, summarizes them using AI, and explains the excessive jargon in plain English.
✨ TL;DR so you don’t sell your soul by accident.
- 📜 Auto-Detects when you're on a ToS/Privacy page
- 🤖 Summarizes the legal jargon using the Gemma 2 model
- 🤯 Explains in simple terms what you need to know
- Detects if you're on a page like
/termsor/privacy - Extracts visible text from the page using
content.js - Sends text to Gemma API for a quick TL;DR
- Displays the summary in a popup UI
- Chrome Extension (Manifest V3)
- JavaScript + HTML/CSS
- Gemma 2 model API
- Refer to INSTALL.md