Ginger: AI Grammar & Spell Checker

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

什麼是Ginger: AI Grammar & Spell Checker?

Ginger: AI Grammar & Spell Checker是由https://gingersoftware.com開發的Chrome擴展程式,該擴展的主要功能是“Improve your English communication and write with confidence with Ginger's all-in-one AI writing companion!”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Ginger: AI Grammar & Spell Checker擴展crx文件

下載Ginger: AI Grammar & Spell Checker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Ginger: AI Grammar & Spell Checker Ginger: AI Grammar & Spell Checker
ID kdfieneakcjfaiglcfcgkidlkmlijjnh
官方網址 https://chromewebstore.google.com/detail/ginger-ai-grammar-spell-c/kdfieneakcjfaiglcfcgkidlkmlijjnh
簡介 Improve your English communication and write with confidence with Ginger's all-in-one AI writing companion!
檔案大小 4.38 MB
安裝次數 760,881
目前版本 2.7.287
更新時間 2024-02-27
上架時間 2020-07-01
評分 3.77/5 共 1624 次評分
開發者 https://gingersoftware.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.gingersoftware.com
說明頁面URL https://help.gingersoftware.com/hc/en-us
隱私政策頁面URL https://www.gingersoftware.com/termsandprivacy
支援的語言 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"
}