This is a Chrome plugin for testing Websites against WCAG 2.1 Success Criterion 1.3.5: Identify Input Purpose.
- pin the installed plugin to your browser-toolbar
- click the plugin icon to enable the extension
You may skip building the plugin yourself, by downloading the shipped "/dist"-folder and skipping the first two steps.
- run
npm run build
- output will be saved in "/dist"-folder
- open Chrome-Browser
- go to "chrome://extensions"
- enable Developer mode (switch at top right)
- click "Load unpacked" and select "/dist"-folder
- clone repo
- make sure TypeScript is installed
- run
npm install