A Chrome extension that adds a popup textarea for checking text on read-only websites using the Harper grammar checker.
- Click the Harper Glasses 👓 button on any webpage
- A popup appears with your selected text (if any)
- Status bar indicates if Harper is installed. (But we can't yet detect if it's enabled for the current site.)
- Harper automatically checks for grammar/spelling errors
- Press Escape or click ✕ to close
- Harper Detection - Automatically detects Harper installation status
- Drag & Resize - Move and resize the popup window
# Load Harper Glasses
cd harper-glasses
chrome://extensions → Load unpacked → harper-glasses
# Build and load Harper (optional)
cd harper
just build-chrome-plugin
# Load both extensions in chrome://extensions- Visit any read-only site (Wikipedia, etc.)
- Select text you want to check for spelling and grammar errors
- Click 👓 button - popup shows Harper status
- Use Harper as per usual. Note that this won't actually modify the website - it's just for checking
# Harper development mode (auto-reload)
cd harper
just dev-chrome-plugincontent.js- Main extension logic with Harper detectionmanifest.json- Extension configuration
| Problem | Solution |
|---|---|
| Harper status shows 😐 | Install Harper extension and enable it for the current site |
| Popup doesn't appear | Check DevTools console for errors, refresh extension |
| Extension won't load | Verify manifest.json is valid, check chrome://extensions details |