A Chrome extension (Manifest V3) for generating random passwords with customizable character sets and strength estimation.
- 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
- Go to
chrome://extensions - Enable Developer mode
- Click Load unpacked → select this directory
- Click the extension icon in the toolbar
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)
MIT