Spellex Write-Assist for Chrome

Spellex for Chrome is a complete assistive technology literacy toolbar to help improve reading, writing, and speech comprehension.

¿Qué es Spellex Write-Assist for Chrome?

Spellex Write-Assist for Chrome es una extensión de Chrome desarrollada por https://spellex.com, y su función principal es "Spellex for Chrome is a complete assistive technology literacy toolbar to help improve reading, writing, and speech comprehension.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Spellex Write-Assist for Chrome

Descarga archivos de extensión Spellex Write-Assist for Chrome 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

                        • Advanced Spell Checking and reports to teach spelling improvement!
• Word prediction to support typing efficiency!
• Speech-to-text to allow for voice dictation across the web!
• Text-to-speech offers human voice read back of any text that can be highlighted!
• Ability to highlight notes by color and extract!
• Zoom reading ruler to allow improved reading comprehension by focusing only on the selected text!
• Grammar and definition support!
• Specialized vocabularies for healthcare, law, biosciences, veterinary studies, and more!
• Picture dictionary to assist with word comprehension!
• Collaborative audio notes in Google Docs!
• PDF tools which include built-in OCR support!
• Ability to highlight and translate words or paragraphs in Spanish, German, or French!
• Quick search features to support research and distraction-free studies!
• Special type font designed specifically for individuals with dyslexia!                    

Información Básica de la Extensión

Nombre Spellex Write-Assist for Chrome Spellex Write-Assist for Chrome
ID nclbdenibannopngkgdpemcmleninpdp
URL Oficial https://chromewebstore.google.com/detail/spellex-write-assist-for/nclbdenibannopngkgdpemcmleninpdp
Descripción Spellex for Chrome is a complete assistive technology literacy toolbar to help improve reading, writing, and speech comprehension.
Tamaño del Archivo 3.63 MB
Cantidad de Instalaciones 325
Versión Actual 1.3.4
Última Actualización 2023-12-28
Fecha de Publicación 2020-10-27
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador https://spellex.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.spellex.com/products/spellex-write-assist/
URL de la Página de Ayuda https://spellex.com/support/kb/faq.php?cid=4
URL de la Página de Política de Privacidad https://www.spellex.com/privacy-policy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Spellex for Chrome is a complete assistive technology literacy toolbar to help improve reading, writing, and speech comprehension.",
    "version": "1.3.4",
    "name": "Spellex Write-Assist for Chrome",
    "manifest_version": 3,
    "icons": {
        "32": "icon-34.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "webRequest",
        "webNavigation",
        "clipboardWrite",
        "contextMenus",
        "notifications"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "",
                "*:\/\/*\/*"
            ],
            "resources": [
                "content.css",
                "icon-128.png",
                "icon-48.png",
                "icon-34.png",
                "icon.png",
                "content\/web\/viewer.html",
                "ftp:\/*",
                "file:\/*",
                "chrome-extension:\/*",
                "blob:*",
                "data:*",
                "filesystem:\/*",
                "drive:*",
                "DysLex-B-v1.otf",
                "DysLex-BI-v1.otf",
                "DysLex-I-v1.otf",
                "DysLex-R-v1.otf",
                "opendyslexic.css",
                "opendyslexicmono.css",
                "opendyslexicbold.css"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'; script-src-elem 'self' https:\/\/* http:\/\/localhost:*; style-src https:\/\/fonts.googleapis.com 'unsafe-inline'"
    },
    "background": {
        "service_worker": "background.js",
        "importScripts": [
            "pdfHandler.js",
            "extension-router.js"
        ],
        "type": "module"
    },
    "action": {
        "default_title": "Spellex Write-Assist",
        "default_popup": "popup.html",
        "default_icon": {
            "48": "icon-48.png",
            "128": "icon-128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "libs\/jquery.js",
                "libs\/pdfmake.js",
                "libs\/tesseract.js",
                "libs\/vfs_fonts.js",
                "contentScript.js"
            ],
            "css": [
                "content.css"
            ],
            "all_frames": false,
            "run_at": "document_end"
        }
    ]
}