Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 969 Bytes

README.md

File metadata and controls

39 lines (23 loc) · 969 Bytes

Autofill It

Enable browser autofill for any input field.

Get it on Chrome Web Store!

Available in the Chrome Web Store

code check

A Google Chrome extension that sets autocomplete attributes of any editable (<input />, <textarea />, etc...) input fields.

Screenshot

🚀 Development

Requirements

  • Node.js - 16.x
  • Yarn - 1.x

Installation

yarn # Install dependencies

Run

yarn dev # Build with watch mode
yarn build # Build without watch mode

See package.json for more details.