Grammar Checker & Paraphraser – LanguageTool

Instantly Enhance Your Texts with LanguageTool’s Grammar Checker and Paraphrasing Tool

Τι είναι το Grammar Checker & Paraphraser – LanguageTool;

Το Grammar Checker & Paraphraser – LanguageTool είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://languagetool.org, και η κύρια λειτουργία του είναι "Instantly Enhance Your Texts with LanguageTool’s Grammar Checker and Paraphrasing Tool".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        ★ Finds many errors that a simple spell checker cannot detect
★ No registration needed
★ Supports more than 25 languages (see below)
★ Works on almost any website including Gmail, Facebook, Twitter

This free extension ensures that your writing is error-free via the grammar and style checker LanguageTool. LanguageTool detects many errors that a simple spell checker cannot, such as grammar issues, commonly confused words, and punctuation oversights. Additionally, LanguageTool offers style suggestions to elevate your writing: synonym replacements for overused words, concise rephrasing of wordy sentences, and formal alternatives to commonly used expressions.

LanguageTool is designed with simplicity in mind, instantly analyzing your text as you type. It is compatible with most platforms, including social networks such as Twitter and LinkedIn, and e-mail services such as Gmail.

With LanguageTool, our aim is to give users a full-feature grammar checker and proofreader that will enable them to have control and confidence over their content. While LanguageTool is a vital extension for non-native speakers, it also recognizes many mistakes that are frequently made by native speakers. This grammar and spelling correction works across several varieties of commonly spoken languages, and is capable of distinguishing between American and British English. LanguageTool also features a personal dictionary for exceptions or words that you might commonly use, but are not found in a conventional dictionary; it will learn to recognize these words for future grammar checking and proofreading.

Unlike other services like Grammarly (a.k.a. Grammerly :-), QuillBot, and Ginger, LanguageTool supports more than 25 languages including English, Spanish, French, German, Polish, and Russian (see below for the complete list).

Your privacy is important to us: By default, this extension will check your text by sending it to https://languagetool.org over a securely encrypted connection. No account is needed to use this extension. We don't store your IP address. See https://languagetool.org/privacy/ for our privacy policy.

Please send bug reports or questions to https://forum.languagetool.org

List of supported languages: English (Australian, Canadian, GB, New Zealand, South African, US), French, German (Austria, Germany, Swiss), Asturian, Belarusian, Breton, Catalan (also Valencian), Chinese, Danish, Dutch, Esperanto, Galician, Greek, Italian, Japanese, Khmer, Persian, Polish, Portuguese (Brazil, Portugal, Angola, Mozambique), Romanian, Russian, Slovak, Slovenian, Spanish, Swedish, Tagalog, Tamil, Ukrainian, Arabic                    

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

Όνομα Grammar Checker & Paraphraser – LanguageTool Grammar Checker & Paraphraser – LanguageTool
ID oldceeleldhonbafppcapldpdifcinji
Επίσημο URL https://chromewebstore.google.com/detail/grammar-checker-paraphras/oldceeleldhonbafppcapldpdifcinji
Περιγραφή Instantly Enhance Your Texts with LanguageTool’s Grammar Checker and Paraphrasing Tool
Μέγεθος Αρχείου 10.66 MB
Αριθμός Εγκαταστάσεων 3,015,730
Τρέχουσα Έκδοση 8.5.3
Τελευταία Ενημέρωση 2024-02-08
Ημερομηνία Δημοσίευσης 2020-06-16
Αξιολόγηση 4.83/5 Συνολικά 10207 Αξιολογήσεις
Προγραμματιστής https://languagetool.org
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://languagetool.org
Διεύθυνση URL της Σελίδας Βοήθειας https://forum.languagetool.org
URL της Σελίδας Πολιτικής Απορρήτου https://languagetool.org/privacy
Υποστηριζόμενες Γλώσσες de,en,fr,nl,ca,es,it,pl,pt-BR,pt-PT,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "short_name": "LanguageTool",
    "description": "__MSG_appDesc__",
    "version": "8.5.3",
    "default_locale": "en",
    "author": "LanguageTooler GmbH",
    "homepage_url": "https:\/\/languagetool.org\/",
    "offline_enabled": false,
    "minimum_chrome_version": "112",
    "icons": {
        "16": "assets\/images\/icons\/icon16.png",
        "32": "assets\/images\/icons\/icon32.png",
        "48": "assets\/images\/icons\/icon48.png",
        "64": "assets\/images\/icons\/icon64.png",
        "128": "assets\/images\/icons\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus",
        "scripting",
        "alarms"
    ],
    "storage": {
        "managed_schema": "managed_settings.json"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "match_about_blank": true,
            "match_origin_as_fallback": true,
            "js": [
                "extension-loader.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": true,
            "match_about_blank": true,
            "css": [
                "common\/fonts.css",
                "content\/styles\/styles.css"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        },
        {
            "world": "MAIN",
            "all_frames": true,
            "js": [
                "content\/gdocs\/content.js"
            ],
            "matches": [
                "*:\/\/docs.google.com\/document\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "js": [
                "content\/languagetool\/injector.js"
            ],
            "matches": [
                "*:\/\/languagetool.org\/*"
            ],
            "run_at": "document_start"
        },
        {
            "world": "MAIN",
            "all_frames": true,
            "match_about_blank": true,
            "js": [
                "content\/outlook\/content.js"
            ],
            "matches": [
                "*:\/\/outlook.live.com\/*",
                "*:\/\/outlook.office365.com\/*",
                "*:\/\/outlook.office.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": true
    },
    "action": {
        "default_icon": {
            "16": "assets\/images\/icons\/icon16.png",
            "32": "assets\/images\/icons\/icon32.png",
            "64": "assets\/images\/icons\/icon64.png"
        },
        "default_title": "LanguageTool",
        "default_popup": "popup\/popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/fonts\/*.woff2",
                "assets\/styles\/*",
                "common\/*.css",
                "common\/*.js",
                "content\/*.css",
                "content.js",
                "extension-loader.js",
                "content\/*.js",
                "config\/*.js",
                "welcome\/*.js",
                "welcome\/welcome.css",
                "welcome\/managedLoginRedirectUri.html",
                "welcome\/loginRedirectUri.html",
                "welcome\/templates\/index.html",
                "assets\/images\/*"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        }
    ]
}