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?

Spell checker and Grammar checker by Scribens是由https://scribens.com开发的Chrome扩展程序,该扩展的主要功能是“A powerful, free spelling and grammar checker. Scribens corrects 250 types of grammar mistakes. English and French.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Spell checker and Grammar checker by Scribens扩展crx文件

下载Spell checker and Grammar checker by Scribens扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Spell checker and Grammar checker by Scribens Spell checker and Grammar checker by Scribens
ID dmgkiikdlhmpikkhpiplldicbnicmboc
官方URL https://chromewebstore.google.com/detail/spell-checker-and-grammar/dmgkiikdlhmpikkhpiplldicbnicmboc
简介 A powerful, free spelling and grammar checker. Scribens corrects 250 types of grammar mistakes. English and French.
文件大小 414 KB
安装次数 24,427
当前版本 5.3.5
更新时间 2023-06-22
上架时间 2020-07-14
评分 4.03/5 共66次评分
开发者 https://scribens.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.scribens.com
帮助页面URL https://www.scribens.com
隐私政策页面URL https://www.scribens.fr/download/privacypolicy_Scribens.htm
支持的语言 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": [
                ""
            ]
        }
    ]
}