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 |
官方網址 | 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 } |