Grammar Checker

Free Grammarchecker.com extension

ما هو Grammar Checker؟

Grammar Checker هو إضافة Chrome تم تطويرها بواسطة support، والميزة الرئيسية لها هي "Free Grammarchecker.com extension".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Grammar Checker

قم بتنزيل ملفات الامتداد Grammar Checker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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"
            ]
        }
    ]
}