Readable - dyslexia helper

Dyslexia helper extension

Readable - dyslexia helperとは何ですか?

Readable - dyslexia helperはhttps://readablelabs.comによって開発されたChromeの拡張機能で、その主な機能は「Dyslexia helper extension」です。

拡張機能のスクリーンショット

screenshot
screenshot

Readable - dyslexia helper拡張機能のCRXファイルをダウンロード

Readable - dyslexia helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension is fantastic! It splits up the words in most parts of the internet to help people with Dyslexia learn to read.
Just click on “Add to Chrome” and start browsing and see how it changes your life!
Help with reading, ADHD, better than text to speech, or speech to text!                    

拡張機能の基本情報

名前 Readable - dyslexia helper Readable - dyslexia helper
ID iapmcopcknhbdpcbjcaineamhmioeicg
公式URL https://chromewebstore.google.com/detail/readable-dyslexia-helper/iapmcopcknhbdpcbjcaineamhmioeicg
説明 Dyslexia helper extension
ファイルサイズ 302 KB
インストール数 487
現在のバージョン 1.3.2
最終更新日 2023-01-10
公開日 2022-04-08
評価 5.00/5 合計 5 レビュー
開発者 https://readablelabs.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://readablelabs.com/
プライバシーポリシーページのURL http://presentation.readablelabs.com/Ee2
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Readable - dyslexia helper",
    "version": "1.3.2",
    "description": "Dyslexia helper extension",
    "author": "Readable Labs",
    "icons": {
        "16": "icons\/readable-icon-16.png",
        "32": "icons\/readable-icon-32.png",
        "48": "icons\/readable-icon-48.png",
        "128": "icons\/readable-icon-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Readable",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_idle",
            "css": [
                "readableDomMenu.css"
            ],
            "js": [
                "contentScript.js",
                "browser-polyfill.js",
                "readableDomMenu.js"
            ]
        }
    ]
}