AuxTool
Auxtool is an extension to provide accessibility testing for websites available on internet.
什么是AuxTool?
AuxTool是由Abhishek Rai开发的Chrome扩展程序,该扩展的主要功能是“Auxtool is an extension to provide accessibility testing for websites available on internet.”。
扩展截图
下载AuxTool扩展crx文件
下载AuxTool扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | AuxTool |
ID | fjjhmhehhknnhkmcaphjaeghkemfkijb |
官方URL | https://chromewebstore.google.com/detail/auxtool/fjjhmhehhknnhkmcaphjaeghkemfkijb |
简介 | Auxtool is an extension to provide accessibility testing for websites available on internet. |
文件大小 | 113 KB |
安装次数 | 25 |
当前版本 | 1.3 |
更新时间 | 2020-05-22 |
上架时间 | 2020-05-21 |
开发者 | Abhishek Rai |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://hclaccessibility.azurewebsites.net/ |
支持的语言 | 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 } |