There are two motivations behind developing this password generator.
- Understand how to develop a Chrome Extension.
- Develop a password generator with higher degree of customizability compared to Chrome's native password manager.
Most of the code was inspired by Proton's password generator.
- Clone the repository.
- Visit
chrome://extensions. - Click on
Load unpackedand select the repository.
- Add styling to user interface.
- Add options for passphrase.
- Allow custom keyword or keyphrase.
- Interact with Chrome's password manager to store the generated password automatically.