Skip to content

Q1 project for Galvanize WebDev: Chrome extension which can detect and save form data entered on a web page as a backup in event of a tab reload, accidental closure, or crash.

Notifications You must be signed in to change notification settings

KevinUSCU/q1project-form-guard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Form Guard

A Google Chrome extension that mitigates the frustration of prematurely losing form data

Form Guard is an HTML/CSS/JS browser extension which can detect and backup form data to prevent loss in the event of a tab reload, accidental closure, or crash.

  • Auto-detects the presence of previously saved data and prompts the user to restore it
  • Auto-save is initiated by user interaction, so it doesn't save unless you want it too!
  • Trys to avoid saving sensitive data (passwords, credit card numbers, SSNs, etc.)
  • Saving can be paused by the user at any time
  • Saved data can be deleted on a per-page basis or globally

Screenshots

Installation

Download from the Chrome Web Store

Next Steps

  • Encrypt the data being stored
  • Timestamp the data and auto-clear it after a set interval (perhaps 10 days)
  • Custom handlers for specific sites

About

Q1 project for Galvanize WebDev: Chrome extension which can detect and save form data entered on a web page as a backup in event of a tab reload, accidental closure, or crash.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published