https://github.com/dizzpy/password-generator-chrome
A simple password generator Chrome extension that allows you to generate secure passwords directly
https://github.com/dizzpy/password-generator-chrome
Last synced: about 1 year ago
JSON representation
A simple password generator Chrome extension that allows you to generate secure passwords directly
- Host: GitHub
- URL: https://github.com/dizzpy/password-generator-chrome
- Owner: dizzpy
- Created: 2023-05-08T09:44:11.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-08T11:23:28.000Z (about 3 years ago)
- Last Synced: 2025-03-30T22:32:29.749Z (about 1 year ago)
- Language: CSS
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Password Generator Chrome Extension
This is a simple password generator Chrome extension that allows you to generate secure passwords directly in your browser.
Installation
To install the extension, follow these steps:
- Download the repository files to your local machine.
- Open Google Chrome and go to the "Extensions" page (
chrome://extensions).
- Enable "Developer mode" in the top right corner.
- Click the "Load unpacked" button and select the folder where you downloaded the repository files.
Usage
To use the password generator, simply click on the extension icon in your browser toolbar. You can customize the length and complexity of the password by adjusting the settings in the popup window.
Deployment
To deploy the extension to Chrome Web Store, follow these steps:
- Zip your extension files (
manifest.json, popup.html, popup.js, and icon.png).
- Go to the Chrome Developer Dashboard (https://chrome.google.com/webstore/devconsole/).
- Create a new item and upload your zip file.
- Fill in the required fields (name, description, screenshots, etc.).
- Submit your extension for review and wait for it to be approved.
Once your extension is approved, it will be available for download in the Chrome Web Store.