Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 368 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 368 Bytes

Form Validator

A popup extension showing any information the page is trying to collect via autocomplete input fields.

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