Grammar Checker

Checking grammar, spelling and style. Check the spelling of the text.

Τι είναι το Grammar Checker;

Το Grammar Checker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον andrejselivanov749, και η κύρια λειτουργία του είναι "Checking grammar, spelling and style. Check the spelling of the text.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Grammar Checker

Λήψη αρχείων επέκτασης Grammar Checker σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Check your texts for spelling or grammatical errors anywhere on the Internet with the Grammar Checker

● Finds many errors that simple spell checkers cannot find
● Works on all sites including Gmail, Facebook, Twitter
● Supports over 25 languages
● Does not require registration and paid subscription

With the Grammar Checker, you can check the text. The Grammar Checker finds many errors that a regular spell checker cannot find, such as repeating words, using the words “wear” or “clothe,” and it can detect some grammar and style problems.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Grammar Checker Grammar Checker
ID noodnialkfehddiglhlcmmhopflhiilf
Επίσημο URL https://chromewebstore.google.com/detail/grammar-checker/noodnialkfehddiglhlcmmhopflhiilf
Περιγραφή Checking grammar, spelling and style. Check the spelling of the text.
Μέγεθος Αρχείου 1.65 MB
Αριθμός Εγκαταστάσεων 108
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2021-09-20
Ημερομηνία Δημοσίευσης 2021-09-19
Αξιολόγηση 2.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής andrejselivanov749
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://sites.google.com/view/grammpolicy/home
Υποστηριζόμενες Γλώσσες id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "short_name": "Grammar",
    "description": "Checking grammar, spelling and style. Check the spelling of the text.",
    "version": "1.0",
    "default_locale": "en",
    "offline_enabled": false,
    "icons": {
        "128": "afish\/molop\/yoho.png"
    },
    "permissions": [
        "",
        "contextMenus",
        "storage"
    ],
    "browser_action": {
        "default_icon": {
            "128": "afish\/molop\/shikaka\/gio.png"
        },
        "default_popup": "pupap.html",
        "default_title": "Grammar Checker"
    },
    "commands": {
        "grammar-checker": {
            "suggested_key": {
                "default": "Ctrl+Shift+G",
                "mac": "Command+Shift+G"
            },
            "description": "Check Grammar"
        }
    },
    "background": {
        "scripts": [
            "querycolo\/anoth-query\/lz-string.min.js",
            "afish\/asiok\/bugag.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "sinoro\/cent.js"
            ]
        }
    ]
}