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
Eメール [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"
        }
    ]
}