Scribens : correcteur d'orthographe puissant

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

Wat is Scribens : correcteur d'orthographe puissant?

Scribens : correcteur d'orthographe puissant is een Chrome-extensie ontwikkeld door https://scribens.fr, en de belangrijkste functie is "Scribens est un correcteur d'orthographe et de grammaire puissant.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Scribens : correcteur d'orthographe puissant

Download Scribens : correcteur d'orthographe puissant-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Scribens : correcteur d'orthographe puissant Scribens : correcteur d'orthographe puissant
ID djpeecijcbigpoijldkimmkilekocdao
Officiële URL https://chromewebstore.google.com/detail/scribens-correcteur-dorth/djpeecijcbigpoijldkimmkilekocdao
Beschrijving Scribens est un correcteur d'orthographe et de grammaire puissant.
Bestandsgrootte 414 KB
Aantal Installaties 28,385
Huidige Versie 5.3.5
Laatst Bijgewerkt 2023-06-22
Publicatiedatum 2020-06-18
Beoordeling 3.90/5 Totaal 67 Beoordelingen
Ontwikkelaar https://scribens.fr
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.scribens.fr/download/privacypolicy_Scribens.htm
Ondersteunde Talen 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": [
                ""
            ]
        }
    ]
}