Skip to content

qsrahman/password-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Password Generator

A Chrome extension (Manifest V3) for generating random passwords with customizable character sets and strength estimation.

Features

  • Generate passwords with configurable length (4–20 characters)
  • Toggle uppercase, lowercase, numbers, and symbols
  • Real-time entropy-based strength indicator
  • One-click copy to clipboard
  • Light/dark theme toggle
  • Pure HTML/CSS/JS — no build step

Install

  1. Go to chrome://extensions
  2. Enable Developer mode
  3. Click Load unpacked → select this directory
  4. Click the extension icon in the toolbar

Structure

manifest.json          # Manifest V3 config
popup/
  popup.html           # Entry point
  popup.js             # Logic, clipboard, strength
  styles.css           # Theming, layout, animations
assets/                # Extension icons (16/32/48/128px)

License

MIT

About

Chrome extension (MV3) for generating random passwords with strength estimation

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors