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 là gì?

Spell checker and Grammar checker by Scribens là một tiện ích mở rộng Chrome được phát triển bởi https://scribens.com, và tính năng chính của nó là "A powerful, free spelling and grammar checker. Scribens corrects 250 types of grammar mistakes. English and French.".

Ả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 Spell checker and Grammar checker by Scribens

Tải xuống các tệp mở rộng Spell checker and Grammar checker by Scribens 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

                        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                    

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

Tên Spell checker and Grammar checker by Scribens Spell checker and Grammar checker by Scribens
ID dmgkiikdlhmpikkhpiplldicbnicmboc
URL Chính Thức https://chromewebstore.google.com/detail/spell-checker-and-grammar/dmgkiikdlhmpikkhpiplldicbnicmboc
Mô tả A powerful, free spelling and grammar checker. Scribens corrects 250 types of grammar mistakes. English and French.
Kích Thước Tệp 414 KB
Số Lần Cài Đặt 24,427
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-07-14
Đánh Giá 4.03/5 Tổng số 66 Đánh Giá
Nhà Phát Triển https://scribens.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.scribens.com
URL Trang Trợ Giúp https://www.scribens.com
URL Trang Chính Sách Bảo Mật https://www.scribens.fr/download/privacypolicy_Scribens.htm
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}