Simple Password Manager is a basic browser extension that allows you to store, manage, and generate strong passwords conveniently. This tool is designed for personal use and helps you keep track of your credentials securely within your browser.
- Password Storage: Save and manage your credentials (website, username, and password) easily.
- Password Generation: Generate strong random passwords with the click of a button.
- User-Friendly Interface: Simple and intuitive design for ease of use.
- Local Storage: All passwords are saved in the browser's local storage for privacy.
- Generate Passwords: Use the "Generate" button to create a secure random password.
- Save Passwords: Enter the website, username, and password details to save them securely.
- Retrieve Saved Passwords: View a list of all your saved passwords anytime from the extension.
- JavaScript: Handles the logic for storing and retrieving passwords.
- HTML/CSS: Provides the structure and styling for the extension.
- Chrome Storage API: Utilizes browser storage to save passwords locally.
- Clone this repository to your local machine:
- Open your Chrome browser and navigate to
chrome://extensions
. - Enable Developer Mode by toggling the switch in the top right corner.
- Click on the Load Unpacked button and select the project folder.
- The extension will now appear in your browser toolbar.
git clone https://github.com/<your-username>/simple-password-manager.git cd simple-password-manager
- Click on the extension icon in your browser toolbar.
- Fill in the required fields (website, username, and password) to save credentials.
- Use the "Generate" button to create strong passwords for your accounts.
- View the saved passwords directly within the extension.
Passwords are stored in plain text in local storage. This implementation is not secure for sensitive data. Avoid using it for critical accounts unless improved with encryption.
Contributions are welcome! If you'd like to contribute:
- Fork the repository.
- Create a feature branch.
- Commit your changes and push to your forked repository.
- Open a pull request for review.
This project is licensed under the MIT License.
This project is a basic password manager created for personal learning purposes. Use it with caution and at your own risk.