This is a simple Chrome extension that generates random passwords using HTML, CSS, and vanilla JavaScript.
- Generate random passwords with customizable length and character sets.
- Copy the generated password to the clipboard with a single click.
- save the generated password in your local storage and copy it when you need it.
- Clone or download this repository.
- Open Google Chrome and go to
chrome://extensions. - Enable the "Developer mode" using the toggle switch in the top-right corner.
- Click on the "Load unpacked" button and select the directory where you cloned/downloaded this repository.
- Click on the extension icon in the Chrome toolbar to open the password generator popup.
- Customize the password length and character sets (uppercase, lowercase, numbers, and symbols) according to your preferences.
- Click the "Generate" button to generate a random password.
- Click the "Copy" button to copy the generated password to the clipboard.
- Use the generated password wherever you need it.
Contributions are welcome! If you have any suggestions, bug reports, or feature requests, please open an issue or submit a pull request.
