AuxTool
Auxtool is an extension to provide accessibility testing for websites available on internet.
Co to jest AuxTool?
AuxTool to rozszerzenie Chrome opracowane przez Abhishek Rai, a jego główną funkcją jest „Auxtool is an extension to provide accessibility testing for websites available on internet.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia AuxTool
Pobierz pliki rozszerzeń AuxTool w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | AuxTool |
ID | fjjhmhehhknnhkmcaphjaeghkemfkijb |
Oficjalny URL | https://chromewebstore.google.com/detail/auxtool/fjjhmhehhknnhkmcaphjaeghkemfkijb |
Opis | Auxtool is an extension to provide accessibility testing for websites available on internet. |
Rozmiar pliku | 113 KB |
Liczba instalacji | 25 |
Aktualna Wersja | 1.3 |
Ostatnia Aktualizacja | 2020-05-22 |
Data Publikacji | 2020-05-21 |
Deweloper | Abhishek Rai |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://hclaccessibility.azurewebsites.net/ |
Obsługiwane Języki | 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 } |