Grammai: AI Grammar Checker (GPT-Powered)

A grammar correction extension powered by ChatGPT

Was ist Grammai: AI Grammar Checker (GPT-Powered)?

Grammai: AI Grammar Checker (GPT-Powered) ist eine Chrome-Erweiterung, die von Aflame Studio entwickelt wurde, und ihr Hauptmerkmal ist "A grammar correction extension powered by ChatGPT".

Erweiterungsscreenshots

screenshot

Grammai: AI Grammar Checker (GPT-Powered)-Erweiterungs-CRX-Datei herunterladen

Laden Sie Grammai: AI Grammar Checker (GPT-Powered)-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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).                    

Grundlegende Informationen zur Erweiterung

Name Grammai: AI Grammar Checker (GPT-Powered) Grammai: AI Grammar Checker (GPT-Powered)
ID ffokajflcpaeojpebhonbmekfpgmgmgp
Offizielle URL https://chromewebstore.google.com/detail/grammai-ai-grammar-checke/ffokajflcpaeojpebhonbmekfpgmgmgp
Beschreibung A grammar correction extension powered by ChatGPT
Dateigröße 95.15 KB
Installationsanzahl 859
Aktuelle Version 1.0
Letztes Update 2023-03-30
Veröffentlichungsdatum 2023-03-29
Bewertung 3.00/5 Insgesamt 1 Bewertungen
Entwickler Aflame Studio
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}