mirror of
https://github.com/XFox111/PasswordGeneratorExtension.git
synced 2026-04-22 08:08:01 +03:00
96 lines
5.0 KiB
Markdown
96 lines
5.0 KiB
Markdown
<!-- # Password generator -->
|
|
|
|
[](https://github.com/xfox111/PasswordGeneratorExtension/releases/latest)
|
|
[](https://github.com/XFox111/PasswordGeneratorExtension/commits/main)
|
|
|
|
<picture>
|
|
<source media="(prefers-color-scheme: dark)" srcset="https://cdn.xfox111.net/projects/pwdgen/PasswordGeneratorExtension-dark.webp">
|
|
<source media="(prefers-color-scheme: light)" srcset="https://cdn.xfox111.net/projects/pwdgen/PasswordGeneratorExtension-light.webp">
|
|
<img alt="Password generator">
|
|
</picture>
|
|
|
|
Extension for web browsers which helps you to easily generate strong and customizable passwords in a few clicks
|
|
|
|
## Features
|
|
- Customizable generator
|
|
- Clean and simple UI
|
|
- Dark mode
|
|
- **NEW:** Advanced password generator
|
|
- **NEW:** Passphrase generator
|
|
|
|
## Languages
|
|
- Chinese (Simplified)
|
|
- English
|
|
- Polish
|
|
- Portuguese (Brazil)
|
|
- Russian
|
|
- Ukrainian
|
|
|
|
## Download
|
|
[](https://chrome.google.com/webstore/detail/jnjobgjobffgmgfnkpkjfjkkfhfikmfl)
|
|
[](https://addons.mozilla.org/firefox/addon/easy-password-generator/)
|
|
|
|
- [Google Chrome Webstore](https://chrome.google.com/webstore/detail/jnjobgjobffgmgfnkpkjfjkkfhfikmfl)
|
|
- [Microsoft Edge Add-ons Webstore](https://microsoftedge.microsoft.com/addons/detail/manimdhobjbkfpeeehlhhneookiokpbj)
|
|
- [Firefox Add-ons](https://addons.mozilla.org/en-US/firefox/addon/easy-password-generator/)
|
|
- [GitHub Releases](https://github.com/xfox111/PasswordGeneratorExtension/releases/latest)
|
|
|
|
### Sideloading (for testing purposes only)
|
|
|
|
<details>
|
|
<summary>Click to expand</summary>
|
|
|
|
---
|
|
|
|
<details>
|
|
<summary><b>Chromium-based browsers (Edge, Chrome, etc.)</b></summary>
|
|
|
|
> 1. Go to [Releases](https://github.com/XFox111/PasswordGeneratorExtension/releases) and select a release to download
|
|
> 2. Download attached archive for Chromium and unpack it
|
|
> 3. Go to `chrome://extensions`
|
|
> 4. Enable "Developer mode"
|
|
> 5. Click the "Load unpacked" button and navigate to the extension's root folder (contains `manifest.json`)
|
|
> 6. Done!
|
|
|
|
</details>
|
|
|
|
<details>
|
|
<summary><b>Firefox</b></summary>
|
|
|
|
> 1. Go to [Releases](https://github.com/XFox111/PasswordGeneratorExtension/releases) and select a release to download
|
|
> 2. Download attached archive for Firefox and unpack it
|
|
> 3. Go to `about:debugging#/runtime/this-firefox`
|
|
> 4. Click the "Load Temporary Add-on..." button and select `manifest.json` file in the root folder
|
|
> 5. Done!
|
|
|
|
> **Important!**
|
|
This will _replace_ officialy installed version if you have one.
|
|
If you want to sideload it without replacing to run both versions at the same time - before loading add-on, open `manifest.json` in a text editor and change `id` key (it's `passwordgenerator@xfox111.net` by default) to something else
|
|
|
|
</details>
|
|
|
|
> **Note:** If you delete the extension folder it will disappear from your browser
|
|
---
|
|
|
|
</details>
|
|
|
|
## Contributing
|
|
[](https://github.com/xfox111/PasswordGeneratorExtension/issues)
|
|
[](https://github.com/XFox111/PasswordGeneratorExtension/actions/workflows/cd_pipeline.yaml)
|
|
[](https://github.com/xfox111/PasswordGeneratorExtension)
|
|
|
|
There are many ways in which you can participate in the project, for example:
|
|
- [Submit bugs and feature requests](https://github.com/xfox111/PasswordGeneratorExtension/issues), and help us verify as they are checked in
|
|
- Review [source code changes](https://github.com/xfox111/PasswordGeneratorExtension/pulls)
|
|
- Review documentation and make pull requests for anything from typos to new content
|
|
|
|
If you are interested in fixing issues and contributing directly to the code base, please refer to the [Contribution Guidelines](https://github.com/XFox111/PasswordGeneratorExtension/wiki/Contribution-Guidelines)
|
|
|
|
---
|
|
|
|
[](https://bsky.app/profile/xfox111.net)
|
|
[](https://github.com/xfox111)
|
|
[](https://buymeacoffee.com/xfox111)
|
|
|
|
> ©2025 Eugene Fox. Licensed under [MIT license](https://github.com/XFox111/PasswordGeneratorExtension/blob/main/LICENSE)
|