Ginger: AI Grammar & Spell Checker

Improve your English communication and write with confidence with Ginger's all-in-one AI writing companion!

Qu'est-ce que Ginger: AI Grammar & Spell Checker ?

Ginger: AI Grammar & Spell Checker est une extension Chrome développée par https://gingersoftware.com, et sa fonction principale est "Improve your English communication and write with confidence with Ginger's all-in-one AI writing companion!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Ginger: AI Grammar & Spell Checker

Téléchargez les fichiers d'extension Ginger: AI Grammar & Spell Checker 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

                        Write with confidence with Ginger's #1 AI-powered writing companion!

It includes an intelligent and contextual Grammar and Spell Checker, AI-based Synonyms and a Rephraser to boost your creativity and style.

In addition, it offers more features like Definitions dictionary, high-quality text Translation.

Ginger for Chrome works directly in your preferred sites and corrects your texts as you type.

Enhance your writing for business correspondence, academic documents and social writing.

★ Realtime suggestions — get suggestions from Ginger as you type in Gmail, Facebook, LinkedIn and all your favourite websites.
★ Focus on expressing your ideas while Ginger ensures that your sentence structure, grammar, spelling and punctuation are error-free.
★ Sentence Rephrasing — Let the magic of Ginger’s AI suggest inspiring alternatives for conveying your intended message. It works like a thesaurus for full sentences! 
★ AI-based Synonyms — Double-click a word and enjoy a rich variety of synonyms as well as expressions to find the perfect match.
★ Translation — Instantly translate your text between 40 different languages using neural machine translation. Write mixed text or entire messages and translate it into English or any of the other supported languages. 
★ Dictionary — Learn the real definition of the words that you use.

Use Ginger Page's proofreader, based on advanced, patented technology, to immediately benefit from corrections that are far more accurate and efficient than others.

----------------------------
Why is Ginger better?
----------------------------

★ Ginger goes beyond spelling and grammar. It takes into account full sentences to suggest context-based corrections.

Example: 
They dont now were Tom went. 
> They don't know where Tom went.

★ Ginger's spelling and grammar corrections are based on the context of your text, easily distinguishing between commonly confused spellings (then/than), homonyms (your/you're), and more.

Example: 
His much better then yesterday. 
> He's much better than yesterday.

★ An easy-to-use, friendly interface makes proofreading a pleasure and allows you to correct multiple mistakes with a click.

Example:
The whether in our first day in Berlin was beatiful ! 
> The weather on our first day in Berlin was beautiful!

--------------------
Important Note:
--------------------

Ginger respects user privacy and our terms of use do not require additional security permissions. 

Securely enjoys Ginger's corrections on your Gmail, social media platforms, and other websites. 

-----------------------------------------------
Enjoy Ginger everywhere you write! 
-----------------------------------------------

Get full Ginger coverage. Perfect your English in MS-Word, Outlook, Internet Explorer, Safari, Firefox, Android mobile devices and iPhones.

Download Ginger for free at www.gingersoftware.com                    

Informations de Base sur l'Extension

Nom Ginger: AI Grammar & Spell Checker Ginger: AI Grammar & Spell Checker
ID kdfieneakcjfaiglcfcgkidlkmlijjnh
URL Officiel https://chromewebstore.google.com/detail/ginger-ai-grammar-spell-c/kdfieneakcjfaiglcfcgkidlkmlijjnh
Description Improve your English communication and write with confidence with Ginger's all-in-one AI writing companion!
Taille du Fichier 4.38 MB
Nombre d'Installations 760,881
Version Actuelle 2.7.287
Dernière Mise à Jour 2024-02-27
Date de Publication 2020-07-01
Évaluation 3.77/5 Total 1624 Évaluations
Développeur https://gingersoftware.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.gingersoftware.com
URL de la Page d'Aide https://help.gingersoftware.com/hc/en-us
URL de la Page de Politique de Confidentialité https://www.gingersoftware.com/termsandprivacy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ginger: AI Grammar & Spell Checker",
    "manifest_version": 3,
    "version": "2.7.287",
    "description": "Improve your English communication and write with confidence with Ginger's all-in-one AI writing companion!",
    "homepage_url": "http:\/\/www.gingersoftware.com",
    "action": {
        "default_icon": {
            "16": "\/assets\/icon-16.png",
            "48": "\/assets\/icon-48.png",
            "128": "\/assets\/icon-128.png"
        },
        "default_title": "Ginger",
        "default_popup": "popup\/index.html"
    },
    "icons": {
        "16": "\/assets\/icon-16.png",
        "48": "\/assets\/icon-48.png",
        "128": "\/assets\/icon-128.png"
    },
    "background": {
        "service_worker": "background\/js\/background_2.7.287.min.js"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/gingersoftware.com\/*",
            "*:\/\/www.gingersoftware.com\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "writer\/*",
                "postinstall\/*",
                "inlineauth\/*",
                "content\/*",
                "auth\/*",
                "assets\/*",
                "background\/js\/background_2.7.287.min.js",
                "popup\/index.html",
                "injection\/js\/inject_script.min.js",
                "gdocs\/*",
                "ginger-popup\/*"
            ],
            "matches": [
                "*:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "ftp:\/\/*\/*",
                "file:\/\/*\/*",
                "chrome-extension:\/\/*\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content\/js\/content.vendor.js",
                "content\/js\/content.min.js"
            ],
            "css": [
                "content\/css\/style.css"
            ],
            "all_frames": true,
            "match_about_blank": true,
            "run_at": "document_idle"
        },
        {
            "js": [
                "gdocs\/gdoc_prebuild.js"
            ],
            "matches": [
                "*:\/\/docs.google.com\/document\/*"
            ],
            "run_at": "document_start",
            "world": "MAIN"
        }
    ],
    "permissions": [
        "tabs",
        "background",
        "cookies",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*\/",
        "http:\/\/*\/"
    ],
    "oauth2": {
        "client_id": "957889341671-e142n1opuadcgtsgvc3dfoct07q2gtrd.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/plus.me",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "content_security_policy": {
        "extension_page": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com https:\/\/ssl.google-analytics.com https:\/\/*.gingersoftware.com; object-src 'self'",
        "sandbox": "sandbox allow-scripts; script-src 'self' 'unsafe-eval' 'wasm-unsafe-eval'",
        "worker-src": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com https:\/\/ssl.google-analytics.com https:\/\/*.gingersoftware.com; object-src 'self'"
    },
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCGpNgakAKD0gp66KEdgVd5DkZN65DbJDf0WWBeTdsox3jz54G8sn6adCkdZOjmXvNgdUEVCt6lAQlwvYhLpkf9HPDeCNYq36q0zhL+EPweurBujPQYsHv+Zyv459mZZx\/PiGQf3kP55uqFBIy3snqD5evWNUbOnqsJlInwpLQuwQIDAQAB"
}