johnfoliot / Form-Personalization

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:JavaScript 100.0%