Microsoft Editor: Spelling & Grammar Checker

Write with confidence with Microsoft Editor, your intelligent grammar, spelling, and style checking writing assistant.

¿Qué es Microsoft Editor: Spelling & Grammar Checker?

Microsoft Editor: Spelling & Grammar Checker es una extensión de Chrome desarrollada por Microsoft Corporation, y su función principal es "Write with confidence with Microsoft Editor, your intelligent grammar, spelling, and style checking writing assistant.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Microsoft Editor: Spelling & Grammar Checker

Descarga archivos de extensión Microsoft Editor: Spelling & Grammar Checker 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

                        Editor provides advanced writing assistance with grammar, spelling, and style suggestions across the web (1) so you can confidently write clear, concise posts and emails.

Write like a pro with intelligent writing assistance
Nail the basics with free grammar, advanced grammar, spelling, and punctuation proofing. Go beyond basics with advanced style-checking for issues like clarity, conciseness, formality, vocabulary, and much more with premium (requires a Microsoft 365 subscription).

Personalize it to your needs
With Editor, you can add custom words (like names you frequently use or acronyms) to create your personal dictionary; look for “Add to dictionary” when Editor makes a spelling suggestion. Your personal dictionary roams with you wherever you use Editor – across the web with browser extension and built-in to your Microsoft 365 apps.  We’ve also made it easy to skip all occurrences of a spelling correction by selecting Ignore All, or skip unwanted grammar suggestions by selecting Ignore. Editor will now automatically correct misspelled words as you type. A new green highlight will show you that a word has been autocorrected. In addition, Settings gives you a way to fine-tune your preferences for writing suggestions and personalize it even further.

Write anywhere
Get writing assistance on sites like LinkedIn, Gmail, Facebook, and other favorites with this browser extension. If you want Editor's assistance in the Office apps where you write the most, open Word or Outlook on the web and get suggestions to improve your documents and email.

Get assistance in multiple languages
Check spelling and grammar for up to three languages at the same time with multi-language proofing. Editor checks spelling in more than 80 languages and provides grammar checking and writing-style refinements in 21 languages. 

Languages available for grammar and refinements: Arabic, Czech, Danish, Dutch, English, Finnish, French, German, Hebrew, Hungarian, Italian, Japanese, Korean, Norwegian (Bokmål), Polish, Portuguese (Brazil), Portuguese (Portugal), Russian, Spanish, Swedish, Turkish

You can find more information on language availability here: https://support.microsoft.com/office/editor-s-spelling-grammar-and-refinement-availability-by-language-ecd60e9f-6b2e-4070-b30c-42efa6cff55a

Get Editor for Edge here: https://microsoftedge.microsoft.com/addons/detail/microsoft-editor-spellin/hokifickgkhplphjiodbggjmoafhignh?

1. Available for Edge or Chrome browsers and requires a Microsoft Account. Editor connects to a Microsoft online service that offers spelling, grammar, and refinement suggestions for your writing on most websites.
2. Not all languages have the same set of refinements.

By installing the app, you agree to these terms and conditions:

PLEASE NOTE: Refer to your license terms for your Microsoft Account or Microsoft 365 subscription as applicable (the "extension") to identify the entity licensing this extension to you and for support information. The license terms for the Microsoft Account or Microsoft 365 subscription as applicable apply to your use of this extension.

Privacy Policy: http://aka.ms/privacy
Terms of Service: http://go.microsoft.com/fwlink/?LinkID=530144                    

Información Básica de la Extensión

Nombre Microsoft Editor: Spelling & Grammar Checker Microsoft Editor: Spelling & Grammar Checker
ID gpaiobkfhnonedkhhfjpmhdalgeoebfa
URL Oficial https://chromewebstore.google.com/detail/microsoft-editor-spelling/gpaiobkfhnonedkhhfjpmhdalgeoebfa
Descripción Write with confidence with Microsoft Editor, your intelligent grammar, spelling, and style checking writing assistant.
Tamaño del Archivo 3.78 MB
Cantidad de Instalaciones 2,593,018
Versión Actual v1.8.0
Última Actualización 2024-01-30
Fecha de Publicación 2020-06-11
Calificación 4.72/5 Total de 4009 Calificaciones
Desarrollador Microsoft Corporation
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad http://aka.ms/privacy
Idiomas Soportados id,ms,de,en,en-GB,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_AppName__",
    "short_name": "__MSG_AppShortName__",
    "description": "__MSG_AppDescription__",
    "version": "1.2401.2501",
    "version_name": "v1.8.0",
    "author": "Microsoft Corporation",
    "default_locale": "en",
    "icons": {
        "16": "assets\/icon_16.png",
        "48": "assets\/icon_48.png",
        "128": "assets\/icon_128.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "20": "assets\/icon_20.png",
            "40": "assets\/icon_48.png"
        },
        "default_title": "__MSG_AppShortName__"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/login.live.com\/*",
                "https:\/\/login.microsoftonline.com\/*"
            ],
            "js": [
                "common\/browserHandler.js",
                "content\/auth.js"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "match_about_blank": true
        },
        {
            "matches": [
                "https:\/\/support.microsoft.com\/*\/office\/welcome-to-the-microsoft-editor-browser-extension-9a5ee6c4-f6b7-4b26-bbca-cd38a8b44d6a*"
            ],
            "js": [
                "common\/browserHandler.js",
                "content\/postInstallPage.js"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "match_about_blank": false
        },
        {
            "matches": [
                "https:\/\/docs.google.com\/document\/*"
            ],
            "js": [
                "editor\/config.js",
                "editor\/content.js"
            ],
            "all_frames": false,
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/docs.google.com\/document\/*"
            ],
            "js": [
                "content\/gDocsSupportMv3.js"
            ],
            "all_frames": false,
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/docs.google.com\/document\/*"
            ],
            "js": [
                "content\/gDocsAnnotatedCanvas.js"
            ],
            "world": "MAIN",
            "all_frames": false,
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": ".\/editor\/service_worker.js"
    },
    "permissions": [
        "alarms",
        "storage",
        "scripting",
        "offscreen"
    ],
    "storage": {
        "managed_schema": "managed_schema.json"
    },
    "host_permissions": [
        ""
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'none'; img-src 'self' data: https:; style-src 'self' 'unsafe-inline'; connect-src https:\/\/roaming.edog.officeapps.live.com https:\/\/*.office.net https:\/\/*.office365.us https:\/\/*.office.com https:\/\/*.officeppe.net https:\/\/augloop-dogfood.officeppe.com wss:\/\/augloop-dogfood.officeppe.com https:\/\/augloop.office.com wss:\/\/augloop.office.com https:\/\/*.augloop-dogfood.officeppe.com wss:\/\/*.augloop-dogfood.officeppe.com https:\/\/*.augloop.office.com wss:\/\/*.augloop.office.com https:\/\/roaming.officeapps.live.com https:\/\/*.aria.microsoft.com https:\/\/browser.events.data.microsoft.com https:\/\/graph.microsoft.com https:\/\/login.microsoftonline.com https:\/\/login.windows.net https:\/\/login.live.com https:\/\/apis.live.net https:\/\/petrol.office.microsoft.com https:\/\/petrol-int.office.microsoft.com wss:\/\/augloop-int.officeppe.com https:\/\/*.trafficmanager.net:9443 https:\/\/*.usgovtrafficmanager.net:9443 https:\/\/editor-thesaurus.northeurope.cloudapp.azure.com:9443; frame-src https:\/\/login.microsoftonline.com https:\/\/login.live.com\/; base-uri 'none'; script-src 'self'; object-src 'self'; form-action 'none'; frame-ancestors https: http:; block-all-mixed-content; font-src 'self' https:\/\/*.cdn.office.net\/files\/ https:\/\/static2.sharepointonline.com\/files\/fabric\/assets\/ https:\/\/spoprod-a.akamaihd.net\/files\/fabric\/assets\/ https:\/\/*.azureedge.net;"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "fonts\/*",
                "assets\/*",
                "feedback.html",
                "options.html",
                "offscreen.html",
                "magicWindow.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}