Grammar Checker

Free Grammarchecker.com extension

Wat is Grammar Checker?

Grammar Checker is een Chrome-extensie ontwikkeld door support, en de belangrijkste functie is "Free Grammarchecker.com extension".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Grammar Checker

Download Grammar 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

                        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.                    

Basisinformatie over de Extensie

Naam Grammar Checker Grammar Checker
ID inokijggelhgknghjhokagkifbdccajn
Officiële URL https://chromewebstore.google.com/detail/grammar-checker/inokijggelhgknghjhokagkifbdccajn
Beschrijving Free Grammarchecker.com extension
Bestandsgrootte 326 KB
Aantal Installaties 135
Huidige Versie 3.0.6
Laatst Bijgewerkt 2022-07-02
Publicatiedatum 2022-04-25
Beoordeling 3.50/5 Totaal 2 Beoordelingen
Ontwikkelaar support
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.grammarchecker.com/privacy-policy
Ondersteunde Talen 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"
            ]
        }
    ]
}