CorrectEnglish

Provides spelling and grammar feedback inline wherever you write on the web.

O que é CorrectEnglish?

CorrectEnglish é uma extensão do Chrome desenvolvida por Vantage Labs, e sua principal característica é "Provides spelling and grammar feedback inline wherever you write on the web.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão CorrectEnglish

Baixe arquivos de extensão CorrectEnglish 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

                        CorrectEnglish® provides you with a powerful writing assistant that helps you write with confidence and accuracy. Whether you're working on a short email or a long report, the instant AI-powered feedback, word suggestions, and writing guides will give you the support you need to write online with ease. 

So why wait? Add CorrectEnglish® to your Chrome browser. Say goodbye to grammar and spelling errors and hello to polished, professional writing.                    

Informações Básicas da Extensão

Nome CorrectEnglish CorrectEnglish
ID eappcnhifninmakallbgecknfdlbhicc
URL Oficial https://chromewebstore.google.com/detail/correctenglish/eappcnhifninmakallbgecknfdlbhicc
Descrição Provides spelling and grammar feedback inline wherever you write on the web.
Tamanho do Arquivo 1.62 MB
Contagem de Instalações 120
Versão Atual 3.2.26
Última Atualização 2023-06-12
Data de Publicação 2023-06-12
Desenvolvedor Vantage Labs
Email [email protected]
Tipo de Pagamento in_app
Site da Extensão https://www.correctenglish.com/
URL da Página de Política de Privacidade http://www.correctenglish.com/privacy-policy
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CorrectEnglish",
    "version": "3.2.26",
    "description": "Provides spelling and grammar feedback inline wherever you write on the web.",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "tabs",
        "identity"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/contentscriptstart.js"
            ],
            "allframes": true
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon.ce_16.png",
            "24": "images\/icon.ce_24.png",
            "32": "images\/icon.ce_32.png",
            "48": "images\/icon.ce_48.png"
        }
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "icons": {
        "16": "images\/icon.ce_16.png",
        "24": "images\/icon.ce_24.png",
        "32": "images\/icon.ce_32.png",
        "48": "images\/icon.ce_48.png"
    }
}