AuxTool
Auxtool is an extension to provide accessibility testing for websites available on internet.
What is AuxTool?
AuxTool is a Chrome extension developed by Abhishek Rai, and its main feature is "Auxtool is an extension to provide accessibility testing for websites available on internet.".
Extension Screenshots
Download AuxTool Extension CRX File
Download AuxTool extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | fjjhmhehhknnhkmcaphjaeghkemfkijb |
Official URL | https://chromewebstore.google.com/detail/auxtool/fjjhmhehhknnhkmcaphjaeghkemfkijb |
Description | Auxtool is an extension to provide accessibility testing for websites available on internet. |
File Size | 113 KB |
Installation Count | 25 |
Current Version | 1.3 |
Last Updated | 2020-05-22 |
Publish Date | 2020-05-21 |
Developer | Abhishek Rai |
[email protected] | |
Payment Type | free |
Extension Website | https://hclaccessibility.azurewebsites.net/ |
Supported Languages | 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 } |