Dyslexia Aid

Color filter that can be applied to any web page to aid in reading

Dyslexia Aid là gì?

Dyslexia Aid là một tiện ích mở rộng Chrome được phát triển bởi http://nathancorbyn.com, và tính năng chính của nó là "Color filter that can be applied to any web page to aid in reading".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Dyslexia Aid 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

                        A simple extension that allows the user to place a colour filter over the screen in order to enable easier reading. After installation the user should find a paint roller appear next to the search bar allowing them to select their filter colour and opacity. A check box will also appear in the top right hand corner of all visited sites making it such that when the user clicks the check box the filter is enabled/disabled.                    

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

Tên Dyslexia Aid Dyslexia Aid
ID emlkeoamhpbpleiedddheaboonhifnco
URL Chính Thức https://chrome.google.com/webstore/detail/dyslexia-aid/emlkeoamhpbpleiedddheaboonhifnco
Mô tả Color filter that can be applied to any web page to aid in reading
Kích Thước Tệp 1.42 MB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 0.1.5
Cập Nhật Lần Cuối 2016-02-12
Ngày Phát Hành 2016-02-12
Đánh Giá 2.33/5 Tổng số 9 Đánh Giá
Nhà Phát Triển http://nathancorbyn.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dyslexia Aid",
    "description": "Color filter that can be applied to any web page to aid in reading",
    "version": "0.1.5",
    "permissions": [
        "storage",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery.js",
                "js\/content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}