Spellex Write-Assist for Chrome

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

Co je Spellex Write-Assist for Chrome?

Spellex Write-Assist for Chrome je rozšíření Chrome vyvinuté https://spellex.com, a jeho hlavní funkcí je „Spellex for Chrome is a complete assistive technology literacy toolbar to help improve reading, writing, and speech comprehension.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Spellex Write-Assist for Chrome

Stáhněte si soubory rozšíření Spellex Write-Assist for Chrome ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Spellex Write-Assist for Chrome Spellex Write-Assist for Chrome
ID nclbdenibannopngkgdpemcmleninpdp
Oficiální URL https://chromewebstore.google.com/detail/spellex-write-assist-for/nclbdenibannopngkgdpemcmleninpdp
Popis Spellex for Chrome is a complete assistive technology literacy toolbar to help improve reading, writing, and speech comprehension.
Velikost souboru 3.63 MB
Počet instalací 325
Aktuální Verze 1.3.4
Poslední Aktualizace 2023-12-28
Datum Vydání 2020-10-27
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář https://spellex.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.spellex.com/products/spellex-write-assist/
URL Stránky Nápovědy https://spellex.com/support/kb/faq.php?cid=4
URL Stránky Zásad Ochrany Soukromí https://www.spellex.com/privacy-policy
Podporované Jazyky 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"
        }
    ]
}