A Google Chrome extension that sets autocomplete
attributes of any editable (<input />
, <textarea />
, etc...) input fields.
- Node.js - 16.x
- Yarn - 1.x
yarn # Install dependencies
yarn dev # Build with watch mode
yarn build # Build without watch mode
See package.json for more details.