Spell checker and Grammar checker by Scribens

A powerful, free spelling and grammar checker. Scribens corrects 250 types of grammar mistakes. English and French.

Τι είναι το Spell checker and Grammar checker by Scribens;

Το Spell checker and Grammar checker by Scribens είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://scribens.com, και η κύρια λειτουργία του είναι "A powerful, free spelling and grammar checker. Scribens corrects 250 types of grammar mistakes. English and French.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Spell checker and Grammar checker by Scribens

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

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

                        The mistakes are directly highlighted in your text!

Correct your spelling mistakes on more than 500 sites and apps.

- Email: Gmail, Hotmail, Outlook.com, Yahoo, etc.

- Social networks: Facebook, Twitter, LinkedIn, Instagram, etc.

- Many sites: forms, forums, blogs, WordPress, etc.

- Office automation: Google Docs, Word Online, Google Slides, Microsoft PowerPoint

Languages: English, French.

======

Use:

On a text area of a site, left-click on the Scribens icon in the upper right corner to start the correction.

Click on the Scribens icon again to get suggestions on style.

======

Free version limited to 50,000 characters.

No registration required, only with Premium version.

https://www.scribens.com                    

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

Όνομα Spell checker and Grammar checker by Scribens Spell checker and Grammar checker by Scribens
ID dmgkiikdlhmpikkhpiplldicbnicmboc
Επίσημο URL https://chromewebstore.google.com/detail/spell-checker-and-grammar/dmgkiikdlhmpikkhpiplldicbnicmboc
Περιγραφή A powerful, free spelling and grammar checker. Scribens corrects 250 types of grammar mistakes. English and French.
Μέγεθος Αρχείου 414 KB
Αριθμός Εγκαταστάσεων 24,427
Τρέχουσα Έκδοση 5.3.5
Τελευταία Ενημέρωση 2023-06-22
Ημερομηνία Δημοσίευσης 2020-07-14
Αξιολόγηση 4.03/5 Συνολικά 66 Αξιολογήσεις
Προγραμματιστής https://scribens.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.scribens.com
Διεύθυνση URL της Σελίδας Βοήθειας https://www.scribens.com
URL της Σελίδας Πολιτικής Απορρήτου https://www.scribens.fr/download/privacypolicy_Scribens.htm
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "homepage_url": "https:\/\/www.scribens.com",
    "version": "5.3.5",
    "manifest_version": 3,
    "icons": {
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "action": {
        "default_icon": "images\/icon-128.png",
        "default_title": "Scribens",
        "default_popup": "pages\/popup.html"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_idle",
            "js": [
                "js\/main.js"
            ],
            "css": [],
            "all_frames": true,
            "match_about_blank": true
        },
        {
            "all_frames": false,
            "js": [
                "js\/gDocsInjector.js"
            ],
            "matches": [
                "*:\/\/docs.google.com\/document\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "alarms",
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/*.js",
                "images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}