CorrectEnglish

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

Cos'è CorrectEnglish?

CorrectEnglish è un'estensione di Chrome sviluppata da Vantage Labs, e la sua funzione principale è "Provides spelling and grammar feedback inline wherever you write on the web.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione CorrectEnglish

Scarica i file di estensione CorrectEnglish in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome CorrectEnglish CorrectEnglish
ID eappcnhifninmakallbgecknfdlbhicc
URL Ufficiale https://chromewebstore.google.com/detail/correctenglish/eappcnhifninmakallbgecknfdlbhicc
Descrizione Provides spelling and grammar feedback inline wherever you write on the web.
Dimensione del File 1.62 MB
Conteggio Installazioni 120
Versione Corrente 3.2.26
Ultimo Aggiornamento 2023-06-12
Data di Pubblicazione 2023-06-12
Sviluppatore Vantage Labs
Email [email protected]
Tipo di Pagamento in_app
Sito Web dell'Estensione https://www.correctenglish.com/
URL della Pagina della Politica sulla Privacy http://www.correctenglish.com/privacy-policy
Lingue Supportate 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"
    }
}