Strong Password Generator
Generates strong and secure random passwords
What is Strong Password Generator?
Strong Password Generator is a Chrome extension developed by Raghav, and its main feature is "Generates strong and secure random passwords".
Extension Screenshots
Download Strong Password Generator Extension CRX File
Download Strong 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 highly secure random passwords quickly using the strong password generator chrome extension. Highly secure passwords make it difficult for people to guess or crack your passwords. Strengthen your passwords by specifying uppercase, lowercase, numbers and symbols. Add additional characters to your password even stronger.
Extension Basic Information
Name | Strong Password Generator |
ID | gapdkkfopecbpinjgkiicjdknfdpppnk |
Official URL | https://chromewebstore.google.com/detail/strong-password-generator/gapdkkfopecbpinjgkiicjdknfdpppnk |
Description | Generates strong and secure random passwords |
File Size | 12.98 KB |
Installation Count | 56 |
Current Version | 0.0.0.2 |
Last Updated | 2020-06-07 |
Publish Date | 2020-06-06 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Raghav |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Strong Password Generator", "version": "0.0.0.2", "description": "Generates strong and secure random passwords", "icons": { "16": "extension_toolbar_icon16.png", "48": "extension_toolbar_icon48.png", "128": "extension_toolbar_icon128.png" }, "browser_action": { "default_icon": { "16": "extension_toolbar_icon16.png", "19": "extension_toolbar_icon19.png", "32": "extension_toolbar_icon32.png", "36": "extension_toolbar_icon36.png", "48": "extension_toolbar_icon48.png", "128": "extension_toolbar_icon128.png" }, "default_popup": "popup.html", "default_title": "Random Password Generator" } } |