Dyslens

Dyslens is making the web more accessible for people who have different reading needs and suffering with dyslexia.

Dyslensとは何ですか?

Dyslensはhttps://richmondcroft.comによって開発されたChromeの拡張機能で、その主な機能は「Dyslens is making the web more accessible for people who have different reading needs and suffering with dyslexia.」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

Dyslens拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Dyslens is a open source chrome extension, built and designed to make web more accessible for people who have different reading needs and suffering with dyslexia.

Features:
* Text to speech
* Text font and color custom update
* Line focus to improve readability and focus
* Overlay Tint to make reading easier on the eyes                    

拡張機能の基本情報

名前 Dyslens Dyslens
ID mpbkfbafkpkbpmgdcgkmonpfnodgfepo
公式URL https://chromewebstore.google.com/detail/dyslens/mpbkfbafkpkbpmgdcgkmonpfnodgfepo
説明 Dyslens is making the web more accessible for people who have different reading needs and suffering with dyslexia.
ファイルサイズ 1.12 MB
インストール数 131
現在のバージョン 1.0.7
最終更新日 2023-03-22
公開日 2022-10-15
評価 5.00/5 合計 2 レビュー
開発者 https://richmondcroft.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://richmondcroft.com/
ヘルプページのURL https://richmondcroft.com/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.721b7357.png",
        "48": "icon48.f544afcb.png",
        "128": "icon128.6aa15eb0.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.721b7357.png",
            "48": "icon48.f544afcb.png"
        },
        "default_popup": "popup.d334c8be.html"
    },
    "version": "1.0.7",
    "name": "Dyslens",
    "description": "Dyslens is making the web more accessible for people who have different reading needs and suffering with dyslexia.",
    "author": "RichmondCroft",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "TextStyles.bdeafcfa.js"
            ],
            "css": []
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "TextToSpeech.31c9c492.js"
            ],
            "css": []
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "contents.7868605b.js"
            ],
            "css": []
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "LineFocus.b8ce7988.js"
            ],
            "css": []
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "Overlay.2fff991f.js"
            ],
            "css": []
        }
    ],
    "permissions": [
        "storage",
        "tts"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/css\/index.css",
                "assets\/fonts\/ComicSans-Regular.ttf",
                "assets\/fonts\/OpenDyslexic-Regular.woff",
                "assets\/fonts\/OpenSans-Regular.ttf",
                "assets\/icon512.png"
            ],
            "matches": [
                ""
            ]
        },
        {
            "matches": [
                ""
            ],
            "resources": [
                "LineFocus.9e915bca.css"
            ]
        },
        {
            "matches": [
                ""
            ],
            "resources": [
                "Overlay.3c6c566a.css"
            ]
        }
    ]
}