AuxTool

Auxtool is an extension to provide accessibility testing for websites available on internet.

AuxTool là gì?

AuxTool là một tiện ích mở rộng Chrome được phát triển bởi Abhishek Rai, và tính năng chính của nó là "Auxtool is an extension to provide accessibility testing for websites available on internet.".

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

screenshot

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

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

                        Auxtool is an extension to provide accessibility testing for websites available on internet. Accessibility features help differently abled people to accesss those websites which are not generally accessible to them.                    

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

Tên AuxTool AuxTool
ID fjjhmhehhknnhkmcaphjaeghkemfkijb
URL Chính Thức https://chromewebstore.google.com/detail/auxtool/fjjhmhehhknnhkmcaphjaeghkemfkijb
Mô tả Auxtool is an extension to provide accessibility testing for websites available on internet.
Kích Thước Tệp 113 KB
Số Lần Cài Đặt 25
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2020-05-22
Ngày Phát Hành 2020-05-21
Nhà Phát Triển Abhishek Rai
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://hclaccessibility.azurewebsites.net/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AuxTool",
    "author": "HCL",
    "description": "Auxtool is an extension to provide accessibility testing for websites available on internet.",
    "version": "1.3",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": {
            "20": "images\/color-changer20.png",
            "40": "images\/color-changer40.png"
        },
        "default_title": "Aux Tool",
        "default_popup": "popup.html"
    },
    "short_name": "AuxTool",
    "manifest_version": 2
}