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
Eメール [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"
            ]
        }
    ]
}