Grammar Checker

Free Grammarchecker.com extension

什么是Grammar Checker?

Grammar Checker是由support开发的Chrome扩展程序,该扩展的主要功能是“Free Grammarchecker.com extension”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Grammar Checker扩展crx文件

下载Grammar Checker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Make your English communication flawless by rectifying grammar, spelling, and syntax mistakes existing in any kind of text with GrammarChecker.com
The AI-powered writing assistant assists you to correct all the errors and boosts your confidence.
The complexity of the English language might make you confused between the usage of words in a certain context. Besides fixing the grammatical mistakes, the GrammarChecker’s chrome extension will suggest to you the words that would be best to use in the context of your text. 
GrammarChecker.com Chrome extension stands out from its competitors as its smart and advanced algorithms allow you to rectify writing mistakes wherever you write on the web. The GrammarChecker is capable of:
1. Identifying grammar, spelling, and style blunders.
2. Providing suggestions to fix all kinds of writing errors.
3. Detects contextual terminology issues.
4. Highlights overused words.
5.Supports more than 25 languages.
6. Works on all kinds of websites.
The GrammarChecker is a free extension offered to all Chrome users. With this extension, you can make sure that your text contains no grammatical or structural mistakes. This grammar check service isn’t an ordinary spelling corrector utility, as it detects and corrects punctuation mistakes, grammar errors, contextually confused words, and much more.
 
With GrammarChecker’s extension, you don’t need to hesitate while writing any kind of text. Whether you’re creating a post on a social media platform or typing an email, this extension will keep on analyzing the text as you type and provide you with suggestions to fix the detected errors. You don’t need to create an account to use the grammarchecker.com extension. Now you can fully control your content and polish it by eliminating the existing errors with the help of Grammar Checker. It’s the time to write with confidence and deliver your message accurately without taking anyone’s assistance.                    

扩展基本信息

名称 Grammar Checker Grammar Checker
ID inokijggelhgknghjhokagkifbdccajn
官方URL https://chromewebstore.google.com/detail/grammar-checker/inokijggelhgknghjhokagkifbdccajn
简介 Free Grammarchecker.com extension
文件大小 326 KB
安装次数 135
当前版本 3.0.6
更新时间 2022-07-02
上架时间 2022-04-25
评分 3.50/5 共2次评分
开发者 support
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://www.grammarchecker.com/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Grammar Checker",
    "description": "Free Grammarchecker.com extension",
    "version": "3.0.6",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmh1mlkefAZ0RaXBKC\/RBmWMspDq72S77EsFbS6x2OhftX0UQ9r8Enxlp5\/ErNhGVH3\/XNygIoWuyoj1Tx9dwEMj9CXIqBf4ObtbEaaTdsEPFDYmnHojVSHMkQvxTEVizlfrmxiNDiDWXNORGMQR9it8T8kNwpFNxpMSpVTk7U1iqig3J04M4\/yK06\/Ifz+VhHn4pmsdpevFs2PTfTCvpDncA2ztQVzMH7M2iShruIQ9HwulLLgC55zFTN0BW\/AHhFX9OYrm5yIGxQSBWhZPaTHj16WOS\/iA8wzkgxUR9X4G+MYlY+PObSSBYDnSKUc9I6hZA4uwZhcCM8V6YCDZ+YQIDAQAB",
    "oauth2": {
        "client_id": "85360223046-1o0gat3oughk11jgdq5613t0aoqvj76t.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "62": "mob_logo.png"
    },
    "permissions": [
        "storage",
        "identity"
    ],
    "host_permissions": [
        "*:\/\/*.en.wikipedia.org\/*",
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "jquery.min.js",
                "content.js",
                "popup.js",
                "wiktionary-parser.js"
            ]
        }
    ]
}