AuxTool
Auxtool is an extension to provide accessibility testing for websites available on internet.
AuxToolคืออะไร?
AuxTool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Abhishek Rai และคุณลักษณะหลักของมันคือ "Auxtool is an extension to provide accessibility testing for websites available on internet."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AuxTool
ดาวน์โหลดไฟล์ส่วนขยาย 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 } |