Password Generator
Password generator extension allows you to easily generate long and secure password in one click
What is Password Generator?
Password Generator is a Chrome extension developed by https://xfox111.net, and its main feature is "Password generator extension allows you to easily generate long and secure password in one click".
Extension Screenshots
Download Password Generator Extension CRX File
Download Password Generator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension for web browsers which helps you to easily generate strong passwords in one click ## Features - Create strong passwords in one click - Customizable generator - Clean and simple UI - Dark mode ## Hey, It's open-source software! If you know how to improve this extension you can check its GitHub Repository at: https://github.com/xfox111/PasswordGeneratorExtension Check out release changelog on: https://github.com/xfox111/PasswordGeneratorExtension/releases/latest
Extension Basic Information
Name | Password Generator |
ID | jnjobgjobffgmgfnkpkjfjkkfhfikmfl |
Official URL | https://chromewebstore.google.com/detail/password-generator/jnjobgjobffgmgfnkpkjfjkkfhfikmfl |
Description | Password generator extension allows you to easily generate long and secure password in one click |
File Size | 282 KB |
Installation Count | 1,811 |
Current Version | 3.1.0 |
Last Updated | 2024-02-09 |
Publish Date | 2020-10-07 |
Rating | 3.75/5 Total 4 Ratings |
Developer | https://xfox111.net |
[email protected] | |
Payment Type | free |
Extension Website | https://xfox111.net/PasswordGenerator |
Help Page URL | https://xfox111.net/PasswordGenerator/issues |
Supported Languages | en,pl,pt-BR,ru,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "3.1.0", "manifest_version": 3, "name": "__MSG_name__", "description": "__MSG_description__", "author": "__MSG_author__", "homepage_url": "https:\/\/github.com\/xfox111\/PasswordGeneratorExtension", "default_locale": "en", "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "permissions": [ "storage" ], "action": { "default_popup": "src\/popup.html" } } |