Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thirdmadman/smart-passgen

Google Chrome extension. Generate uniqie essy-to-input passwords, choose symbols, length.
https://github.com/thirdmadman/smart-passgen

frontend google-chrome-extension js password-generator

Last synced: about 1 month ago
JSON representation

Google Chrome extension. Generate uniqie essy-to-input passwords, choose symbols, length.

Awesome Lists containing this project

README

        

# smart-passgen
![html](https://img.shields.io/badge/HTML5-E34F26?style=for-the-badge&logo=html5&logoColor=white) ![css3](https://img.shields.io/badge/CSS3-1572B6?style=for-the-badge&logo=css3&logoColor=white) ![js](https://img.shields.io/badge/JavaScript-F7DF1E?style=for-the-badge&logo=javascript&logoColor=black) ![Webpack](https://img.shields.io/badge/webpack-%238DD6F9.svg?style=for-the-badge&logo=webpack&logoColor=black) ![scss](https://img.shields.io/badge/SCss-CC6699?style=for-the-badge&logo=sass&logoColor=white) ![eslint](https://img.shields.io/badge/eslint-3A33D1?style=for-the-badge&logo=eslint&logoColor=white) ![prettier](https://img.shields.io/badge/prettier-1A2C34?style=for-the-badge&logo=prettier&logoColor=F7BA3E) ![markdown](https://img.shields.io/badge/Markdown-000000?style=for-the-badge&logo=markdown&logoColor=white)

Smart PassGen is a Google Chrome extension that generates unique and easy-to-input passwords. With Smart PassGen, users can choose from various symbols and length options for their passwords.

## Screenshots

![Smart PassGen main screen](https://github.com/thirdmadman/smart-passgen/raw/master/smart-passgen_main_screen.png)

## Getting Started

You can download build of the extension in branch [gh-pages](/github/thirdmadman/tree/gh-pages)

* Download zip, upack folder in your desired location (good idea to put it in extensions folder, example: AppData\Local\Google\Chrome\User Data\Default\Extensions)
* In Extensions tab, in Google Chrome, Enable Developer Mode by clicking the toggle switch next to Developer mode.
* Click the Load unpacked button and select the extension directory.

[Loading an unpacked extension](https://developer.chrome.com/docs/extensions/mv3/getstarted/development-basics/#load-unpacked)

Once installed, the Smart PassGen icon will appear in the Chrome toolbar.

## Features

* Easy-to-use interface for generating passwords
* Customizable options for symbols and length
* Unique passwords generated every time

## Usage

1. Click on the SmartPassGen icon in the Chrome toolbar.
2. Choose the length of your desired password.
3. Choose the symbols you want to include in your password.
4. Click "Generate" to create a unique password.
5. Copy the generated password to your clipboard and use it wherever you need a strong and secure password.

## Contributing

Contributions are welcome! Please feel free to open a pull request or an issue if you encounter any bugs or have any suggestions.