Spell checker and Grammar checker by Scribens

A powerful, free spelling and grammar checker. Scribens corrects 250 types of grammar mistakes. English and French.

O que é Spell checker and Grammar checker by Scribens?

Spell checker and Grammar checker by Scribens é uma extensão do Chrome desenvolvida por https://scribens.com, e sua principal característica é "A powerful, free spelling and grammar checker. Scribens corrects 250 types of grammar mistakes. English and French.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Spell checker and Grammar checker by Scribens

Baixe arquivos de extensão Spell checker and Grammar checker by Scribens no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Spell checker and Grammar checker by Scribens Spell checker and Grammar checker by Scribens
ID dmgkiikdlhmpikkhpiplldicbnicmboc
URL Oficial https://chromewebstore.google.com/detail/spell-checker-and-grammar/dmgkiikdlhmpikkhpiplldicbnicmboc
Descrição A powerful, free spelling and grammar checker. Scribens corrects 250 types of grammar mistakes. English and French.
Tamanho do Arquivo 414 KB
Contagem de Instalações 24,427
Versão Atual 5.3.5
Última Atualização 2023-06-22
Data de Publicação 2020-07-14
Classificação 4.03/5 Total de 66 Avaliações
Desenvolvedor https://scribens.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.scribens.com
URL da Página de Ajuda https://www.scribens.com
URL da Página de Política de Privacidade https://www.scribens.fr/download/privacypolicy_Scribens.htm
Idiomas Suportados 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": [
                ""
            ]
        }
    ]
}