Skip to content

Latest commit

 

History

25 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Autofill Forms

Browser extension that inspects the current page, lists detected form fields in the popup, and applies saved values back into the page.

Structure

src/
  background/
  common/
  content/
  popup/
extension/
  assets/
  dist/
  manifest.json

Development

bun install
bun run build

Load the extension from the extension/ directory in Chrome after the build finishes.