https://github.com/namangupta123/gramify
Gramify is a lightweight and powerful browser extension designed to seamlessly fix grammar mistakes in any text area on any website. Whether you’re drafting an email, writing a blog post, or engaging on social media, Gramify works quietly in the background to ensure your writing is polished and professional.
https://github.com/namangupta123/gramify
chrome-extension expressjs fullstack-development html-css-javascript mistralai
Last synced: 2 months ago
JSON representation
Gramify is a lightweight and powerful browser extension designed to seamlessly fix grammar mistakes in any text area on any website. Whether you’re drafting an email, writing a blog post, or engaging on social media, Gramify works quietly in the background to ensure your writing is polished and professional.
- Host: GitHub
- URL: https://github.com/namangupta123/gramify
- Owner: Namangupta123
- License: mit
- Created: 2025-02-14T12:28:45.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2025-02-22T17:46:47.000Z (2 months ago)
- Last Synced: 2025-02-22T18:28:04.364Z (2 months ago)
- Topics: chrome-extension, expressjs, fullstack-development, html-css-javascript, mistralai
- Language: JavaScript
- Homepage:
- Size: 85 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license
Awesome Lists containing this project
README
# Gramify - Grammar Correction Chrome Extension
Gramify is a Chrome extension that provides grammar correction for text on the web through a convenient keyboard shortcut.
## Features
- Grammar correction shortcut: Ctrl+k (Windows/Linux) or ⌘+k (Mac)
- Compatible with all webpages
- User-friendly interface## Installation
1. Clone the repository
2. Load the extension in Chrome:
- Navigate to `chrome://extensions/` in Chrome
- Enable "Developer mode"
- Click "Load unpacked"
- Choose the `dist` directory from this project## Development
- Update the `API_URL` in `src/background.js` with your Vercel deployment URL
## Usage
1. Use Ctrl+k (Windows/Linux) or ⌘+k (Mac)
2. The text will be automatically corrected for grammar## Tech Stack
- JavaScript
- HTML
- CSS## License
MIT