CorrectEnglish

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

¿Qué es CorrectEnglish?

CorrectEnglish es una extensión de Chrome desarrollada por Vantage Labs, y su función principal es "Provides spelling and grammar feedback inline wherever you write on the web.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión CorrectEnglish

Descarga archivos de extensión CorrectEnglish en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre CorrectEnglish CorrectEnglish
ID eappcnhifninmakallbgecknfdlbhicc
URL Oficial https://chromewebstore.google.com/detail/correctenglish/eappcnhifninmakallbgecknfdlbhicc
Descripción Provides spelling and grammar feedback inline wherever you write on the web.
Tamaño del Archivo 1.62 MB
Cantidad de Instalaciones 120
Versión Actual 3.2.26
Última Actualización 2023-06-12
Fecha de Publicación 2023-06-12
Desarrollador Vantage Labs
Correo electrónico [email protected]
Tipo de Pago in_app
Sitio Web de la Extensión https://www.correctenglish.com/
URL de la Página de Política de Privacidad http://www.correctenglish.com/privacy-policy
Idiomas Soportados 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"
    }
}