Grammai: AI Grammar Checker (GPT-Powered)
A grammar correction extension powered by ChatGPT
What is Grammai: AI Grammar Checker (GPT-Powered)?
Grammai: AI Grammar Checker (GPT-Powered) is a Chrome extension developed by Aflame Studio, and its main feature is "A grammar correction extension powered by ChatGPT".
Extension Screenshots
Download Grammai: AI Grammar Checker (GPT-Powered) Extension CRX File
Download Grammai: AI Grammar Checker (GPT-Powered) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Are you tired of submitting emails, comments, or social media posts that are riddled with grammatical errors? Look no further than Grammai - the ultimate grammar fixer Chrome extension. Powered by OpenAI's GPT, this extension can fix up the grammar of the things you type into text inputs on any website or highlight any text on any website to fix up its grammar. With Grammai, you can pick between creative ways of fixing up the grammar like professional, academic or polite, making sure that your message is tailored to the tone of the situation. This extension is perfect for anyone who wants to make sure their writing is polished and professional, whether you're a student, professional, or just someone who takes pride in their online communication. This extension also saves you time, as you no longer need to spend hours proofreading your work or hiring an editor. You can write with confidence, knowing that Grammai will catch any mistakes and suggest appropriate corrections. With Grammai, you'll never have to worry about sending out unprofessional or poorly written messages again. Download Grammai today and elevate your writing to the next level. Grammai uses AI to fix your grammar. You will need an OpenAI account as it will need your OpenAI API key to function (bring your own key).
Extension Basic Information
Name | Grammai: AI Grammar Checker (GPT-Powered) |
ID | ffokajflcpaeojpebhonbmekfpgmgmgp |
Official URL | https://chromewebstore.google.com/detail/grammai-ai-grammar-checke/ffokajflcpaeojpebhonbmekfpgmgmgp |
Description | A grammar correction extension powered by ChatGPT |
File Size | 95.15 KB |
Installation Count | 859 |
Current Version | 1.0 |
Last Updated | 2023-03-30 |
Publish Date | 2023-03-29 |
Rating | 3.00/5 Total 1 Ratings |
Developer | Aflame Studio |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Grammai: AI Grammar Checker (GPT-Powered)", "version": "1.0", "description": "A grammar correction extension powered by ChatGPT", "icons": { "32": "icon32.png" }, "permissions": [ "activeTab", "storage", "scripting" ], "action": { "default_popup": "popup.html" } } |