Universal Accessibility Toolkit

Universal Accessibility Toolkit

Universal Accessibility Toolkit là gì?

Universal Accessibility Toolkit là một tiện ích mở rộng Chrome được phát triển bởi jdoonan, và tính năng chính của nó là "Universal Accessibility Toolkit".

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

screenshot
screenshot
screenshot
screenshot

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

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

                        The Universal Accessibility Toolkit provides users with a comprehensive selection of tools to fulfil all their accessibility needs in one easy to use extension. 

Tools included: 

- Text To Speech - Highlight any text on the page and click the button to read it aloud
- Text Increase 
- Text Decrease
- Zoom Increase
- Zoom Decrease
- Highlight Links
- Readable Fonts 
- Invert 
- Black & White
- High Contrast                    

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

Tên Universal Accessibility Toolkit Universal Accessibility Toolkit
ID ibnimmmaidfeigmfalpbfmkkidphepjg
URL Chính Thức https://chromewebstore.google.com/detail/universal-accessibility-t/ibnimmmaidfeigmfalpbfmkkidphepjg
Mô tả Universal Accessibility Toolkit
Kích Thước Tệp 65.53 KB
Số Lần Cài Đặt 786
Phiên Bản Hiện Tại 1.9
Cập Nhật Lần Cuối 2018-04-10
Ngày Phát Hành 2018-04-10
Đánh Giá 4.20/5 Tổng số 5 Đánh Giá
Nhà Phát Triển jdoonan
Email [email protected]
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",
    "name": "Universal Accessibility Toolkit",
    "description": "Universal Accessibility Toolkit",
    "author": "Jack Doonan",
    "version": "1.9",
    "permissions": [
        "tts",
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "128-logo.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "popup.js"
            ]
        }
    ],
    "manifest_version": 2
}