Skip to content

A simple chrome browser extension to support personalization of input forms utilizing the auto complete attribute.

Notifications You must be signed in to change notification settings

dequelabs/Form-Personalization

Repository files navigation

Form Personalization

Creating consistent UI for common input fields as we as calling out input fields that present security or privacy concerns.

Installation / Setup

Build extension

$ npm install && npm run build

Load extension

  • Go to chrome://extensions
  • Check developer mode
  • Click "Load unpacked extension..."
  • Select the dist/ directory of this project

Debugging in the browser

Open up the devtools console and set the desired debug flag(s):

localStorage.debug = 'cogsistency:*';

About

A simple chrome browser extension to support personalization of input forms utilizing the auto complete attribute.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published