Password Generator
Password Generator - simple, secure, one-click password generator
What is Password Generator?
Password Generator is a Chrome extension developed by Yurii Luchkiv, and its main feature is "Password Generator - simple, secure, one-click password generator".
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
Generate a random secure password in one click
The generator adds generated password to the dedicated field and copies it to the clipboard
You can specify:
— length of password
— used chars: lowercase, uppercase, digits, and special characters
— excluded chars
— hexadecimal only
Password configuration preferences are stored
Passwords history is stored
ChangeLog:
Version 1.0.0 on 19.07.2023:
— First release Extension Basic Information
| Name | |
| ID | nbnjbddbbcnnlceoglkfoolmknejieoi |
| Official URL | https://chromewebstore.google.com/detail/password-generator/nbnjbddbbcnnlceoglkfoolmknejieoi |
| Description | Password Generator - simple, secure, one-click password generator |
| File Size | 336 KB |
| Installation Count | 1,612 |
| Current Version | 1.0.0 |
| Last Updated | 2023-07-11 |
| Publish Date | 2023-07-11 |
| Rating | 5.00/5 Total 9 Ratings |
| Developer | Yurii Luchkiv |
| [email protected] | |
| Payment Type | free |
| Supported Languages | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Password Generator",
"version": "1.0.0",
"description": "Password Generator - simple, secure, one-click password generator",
"icons": {
"16": "assets\/icons\/16.png",
"32": "assets\/icons\/32.png",
"48": "assets\/icons\/48.png",
"128": "assets\/icons\/128.png"
},
"action": {
"default_popup": "popup.html",
"default_title": "Password Generator",
"default_icon": "assets\/icons\/128.png"
},
"permissions": [
"storage"
],
"background": {
"service_worker": "background.js"
}
} | |