Spellex Write-Assist for Chrome

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

O que é Spellex Write-Assist for Chrome?

Spellex Write-Assist for Chrome é uma extensão do Chrome desenvolvida por https://spellex.com, e sua principal característica é "Spellex for Chrome is a complete assistive technology literacy toolbar to help improve reading, writing, and speech comprehension.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Spellex Write-Assist for Chrome

Baixe arquivos de extensão Spellex Write-Assist for Chrome 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

                        • 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!                    

Informações Básicas da Extensão

Nome Spellex Write-Assist for Chrome Spellex Write-Assist for Chrome
ID nclbdenibannopngkgdpemcmleninpdp
URL Oficial https://chromewebstore.google.com/detail/spellex-write-assist-for/nclbdenibannopngkgdpemcmleninpdp
Descrição Spellex for Chrome is a complete assistive technology literacy toolbar to help improve reading, writing, and speech comprehension.
Tamanho do Arquivo 3.63 MB
Contagem de Instalações 325
Versão Atual 1.3.4
Última Atualização 2023-12-28
Data de Publicação 2020-10-27
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor https://spellex.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.spellex.com/products/spellex-write-assist/
URL da Página de Ajuda https://spellex.com/support/kb/faq.php?cid=4
URL da Página de Política de Privacidade https://www.spellex.com/privacy-policy
Idiomas Suportados 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"
        }
    ]
}