Scribens : correcteur d'orthographe puissant

Scribens est un correcteur d'orthographe et de grammaire puissant.

Was ist Scribens : correcteur d'orthographe puissant?

Scribens : correcteur d'orthographe puissant ist eine Chrome-Erweiterung, die von https://scribens.fr entwickelt wurde, und ihr Hauptmerkmal ist "Scribens est un correcteur d'orthographe et de grammaire puissant.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Scribens : correcteur d'orthographe puissant-Erweiterungs-CRX-Datei herunterladen

Laden Sie Scribens : correcteur d'orthographe puissant-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

                        Les fautes sont directement surlignées dans votre texte !

Corrigez vos fautes d'orthographe sur plus de 500 sites et applications.

- Messagerie : Gmail, Hotmail, Outlook.com, Yahoo, Orange, etc.

- Réseaux sociaux : Facebook, Twitter, LinkedIn, Instagram, etc.

- Vos sites favoris : Formulaires, blogs, forums, WordPress, etc.

- Bureautique : Google Docs, Word en ligne, Google Slides, Microsoft PowerPoint

Correction en français et en anglais.

======

Utilisation :

Sur une zone de texte, cliquez sur l'icône Scribens située en haut à droite pour démarrer la correction.

Cliquez de nouveau sur l'icône Scribens pour obtenir des propositions sur le style.

======

Version gratuite limitée à 50 000 caractères.

Pas d'inscription requise, uniquement avec version Premium.

https://www.scribens.fr                    

Grundlegende Informationen zur Erweiterung

Name Scribens : correcteur d'orthographe puissant Scribens : correcteur d'orthographe puissant
ID djpeecijcbigpoijldkimmkilekocdao
Offizielle URL https://chromewebstore.google.com/detail/scribens-correcteur-dorth/djpeecijcbigpoijldkimmkilekocdao
Beschreibung Scribens est un correcteur d'orthographe et de grammaire puissant.
Dateigröße 414 KB
Installationsanzahl 28,385
Aktuelle Version 5.3.5
Letztes Update 2023-06-22
Veröffentlichungsdatum 2020-06-18
Bewertung 3.90/5 Insgesamt 67 Bewertungen
Entwickler https://scribens.fr
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.scribens.fr/download/privacypolicy_Scribens.htm
Unterstützte Sprachen fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "fr",
    "homepage_url": "https:\/\/www.scribens.fr",
    "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": [
                ""
            ]
        }
    ]
}