Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 538 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 538 Bytes

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:*';