Scribens : correcteur d'orthographe puissant

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

Scribens : correcteur d'orthographe puissant là gì?

Scribens : correcteur d'orthographe puissant là một tiện ích mở rộng Chrome được phát triển bởi https://scribens.fr, và tính năng chính của nó là "Scribens est un correcteur d'orthographe et de grammaire puissant.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Scribens : correcteur d'orthographe puissant

Tải xuống các tệp mở rộng Scribens : correcteur d'orthographe puissant dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Scribens : correcteur d'orthographe puissant Scribens : correcteur d'orthographe puissant
ID djpeecijcbigpoijldkimmkilekocdao
URL Chính Thức https://chromewebstore.google.com/detail/scribens-correcteur-dorth/djpeecijcbigpoijldkimmkilekocdao
Mô tả Scribens est un correcteur d'orthographe et de grammaire puissant.
Kích Thước Tệp 414 KB
Số Lần Cài Đặt 28,385
Phiên Bản Hiện Tại 5.3.5
Cập Nhật Lần Cuối 2023-06-22
Ngày Phát Hành 2020-06-18
Đánh Giá 3.90/5 Tổng số 67 Đánh Giá
Nhà Phát Triển https://scribens.fr
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.scribens.fr/download/privacypolicy_Scribens.htm
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}