Gramify is a Chrome extension that provides grammar correction for text on the web through a convenient keyboard shortcut.
- Grammar correction shortcut: Ctrl+k (Windows/Linux) or ⌘+k (Mac)
- Compatible with all webpages
- User-friendly interface
- Clone the repository
- Load the extension in Chrome:
- Navigate to
chrome://extensions/in Chrome - Enable "Developer mode"
- Click "Load unpacked"
- Choose the
distdirectory from this project
- Navigate to
- Update the
API_URLinsrc/background.jswith your Vercel deployment URL
- Use Ctrl+k (Windows/Linux) or ⌘+k (Mac)
- The text will be automatically corrected for grammar
- JavaScript
- HTML
- CSS
MIT