Spell checker and Grammar checker by Scribens

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

Was ist Spell checker and Grammar checker by Scribens?

Spell checker and Grammar checker by Scribens ist eine Chrome-Erweiterung, die von https://scribens.com entwickelt wurde, und ihr Hauptmerkmal ist "A powerful, free spelling and grammar checker. Scribens corrects 250 types of grammar mistakes. English and French.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Spell checker and Grammar checker by Scribens-Erweiterungs-CRX-Datei herunterladen

Laden Sie Spell checker and Grammar checker by Scribens-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Spell checker and Grammar checker by Scribens Spell checker and Grammar checker by Scribens
ID dmgkiikdlhmpikkhpiplldicbnicmboc
Offizielle URL https://chromewebstore.google.com/detail/spell-checker-and-grammar/dmgkiikdlhmpikkhpiplldicbnicmboc
Beschreibung A powerful, free spelling and grammar checker. Scribens corrects 250 types of grammar mistakes. English and French.
Dateigröße 414 KB
Installationsanzahl 24,427
Aktuelle Version 5.3.5
Letztes Update 2023-06-22
Veröffentlichungsdatum 2020-07-14
Bewertung 4.03/5 Insgesamt 66 Bewertungen
Entwickler https://scribens.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.scribens.com
Hilfeseite URL https://www.scribens.com
URL der Datenschutzrichtlinien-Seite https://www.scribens.fr/download/privacypolicy_Scribens.htm
Unterstützte Sprachen 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": [
                ""
            ]
        }
    ]
}