Grammai: AI Grammar Checker (GPT-Powered)

A grammar correction extension powered by ChatGPT

Qu'est-ce que Grammai: AI Grammar Checker (GPT-Powered) ?

Grammai: AI Grammar Checker (GPT-Powered) est une extension Chrome développée par Aflame Studio, et sa fonction principale est "A grammar correction extension powered by ChatGPT".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Grammai: AI Grammar Checker (GPT-Powered)

Téléchargez les fichiers d'extension Grammai: AI Grammar Checker (GPT-Powered) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Grammai: AI Grammar Checker (GPT-Powered) Grammai: AI Grammar Checker (GPT-Powered)
ID ffokajflcpaeojpebhonbmekfpgmgmgp
URL Officiel https://chromewebstore.google.com/detail/grammai-ai-grammar-checke/ffokajflcpaeojpebhonbmekfpgmgmgp
Description A grammar correction extension powered by ChatGPT
Taille du Fichier 95.15 KB
Nombre d'Installations 859
Version Actuelle 1.0
Dernière Mise à Jour 2023-03-30
Date de Publication 2023-03-29
Évaluation 3.00/5 Total 1 Évaluations
Développeur Aflame Studio
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}