Spellex Write-Assist for Chrome

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

什么是Spellex Write-Assist for Chrome?

Spellex Write-Assist for Chrome是由https://spellex.com开发的Chrome扩展程序,该扩展的主要功能是“Spellex for Chrome is a complete assistive technology literacy toolbar to help improve reading, writing, and speech comprehension.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Spellex Write-Assist for Chrome扩展crx文件

下载Spellex Write-Assist for Chrome扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Spellex Write-Assist for Chrome Spellex Write-Assist for Chrome
ID nclbdenibannopngkgdpemcmleninpdp
官方URL https://chromewebstore.google.com/detail/spellex-write-assist-for/nclbdenibannopngkgdpemcmleninpdp
简介 Spellex for Chrome is a complete assistive technology literacy toolbar to help improve reading, writing, and speech comprehension.
文件大小 3.63 MB
安装次数 325
当前版本 1.3.4
更新时间 2023-12-28
上架时间 2020-10-27
评分 5.00/5 共2次评分
开发者 https://spellex.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.spellex.com/products/spellex-write-assist/
帮助页面URL https://spellex.com/support/kb/faq.php?cid=4
隐私政策页面URL https://www.spellex.com/privacy-policy
支持的语言 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"
        }
    ]
}