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 με φίλους για εύκολη εγκατάσταση των επεκτάσεων 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"
            ]
        }
    ]
}