Ginger: AI Grammar & Spell Checker

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

Wat is Ginger: AI Grammar & Spell Checker?

Ginger: AI Grammar & Spell Checker is een Chrome-extensie ontwikkeld door https://gingersoftware.com, en de belangrijkste functie is "Improve your English communication and write with confidence with Ginger's all-in-one AI writing companion!".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Ginger: AI Grammar & Spell Checker

Download Ginger: AI Grammar & Spell Checker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Ginger: AI Grammar & Spell Checker Ginger: AI Grammar & Spell Checker
ID kdfieneakcjfaiglcfcgkidlkmlijjnh
Officiële URL https://chromewebstore.google.com/detail/ginger-ai-grammar-spell-c/kdfieneakcjfaiglcfcgkidlkmlijjnh
Beschrijving Improve your English communication and write with confidence with Ginger's all-in-one AI writing companion!
Bestandsgrootte 4.38 MB
Aantal Installaties 760,881
Huidige Versie 2.7.287
Laatst Bijgewerkt 2024-02-27
Publicatiedatum 2020-07-01
Beoordeling 3.77/5 Totaal 1624 Beoordelingen
Ontwikkelaar https://gingersoftware.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.gingersoftware.com
Help Pagina-URL https://help.gingersoftware.com/hc/en-us
URL van de Privacybeleid Pagina https://www.gingersoftware.com/termsandprivacy
Ondersteunde Talen 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"
}