Dyslens

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

Dyslens là gì?

Dyslens là một tiện ích mở rộng Chrome được phát triển bởi https://richmondcroft.com, và tính năng chính của nó là "Dyslens is making the web more accessible for people who have different reading needs and suffering with dyslexia.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Dyslens

Tải xuống các tệp mở rộng Dyslens dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Dyslens Dyslens
ID mpbkfbafkpkbpmgdcgkmonpfnodgfepo
URL Chính Thức https://chromewebstore.google.com/detail/dyslens/mpbkfbafkpkbpmgdcgkmonpfnodgfepo
Mô tả Dyslens is making the web more accessible for people who have different reading needs and suffering with dyslexia.
Kích Thước Tệp 1.12 MB
Số Lần Cài Đặt 131
Phiên Bản Hiện Tại 1.0.7
Cập Nhật Lần Cuối 2023-03-22
Ngày Phát Hành 2022-10-15
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://richmondcroft.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://richmondcroft.com/
URL Trang Trợ Giúp https://richmondcroft.com/
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}