generate password

Strong Password Generator to create secure passwords that are impossible to crack on your device without sending them across

What is generate password?

generate password is a Chrome extension developed by REJECTED, and its main feature is "Strong Password Generator to create secure passwords that are impossible to crack on your device without sending them across ".

Extension Screenshots

screenshot

Download generate password Extension CRX File

Download generate password 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 Password.Strong Password. A strong password is key for protecting your personal info and assets online  Advanced Your New Password: Remember your password: Remember your password with the first character of each word in this sentence. To prevent your passwords from being hacked by social engineering, brute force or dictionary attack method, and keep your online accounts safe, you should .                    

Extension Basic Information

Name generate password generate password
ID mbacfefhfcdpdnbbjdmhfielahaojlej
Official URL https://chrome.google.com/webstore/detail/generate-password/mbacfefhfcdpdnbbjdmhfielahaojlej
Description Strong Password Generator to create secure passwords that are impossible to crack on your device without sending them across
File Size 32.41 KB
Installation Count 71
Current Version 1.1.1
Last Updated 2017-11-26
Publish Date 2017-11-26
Rating 3.00/5 Total 2 Ratings
Developer REJECTED
Payment Type free
Extension Website https://generate-password.net/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "generate password",
    "version": "1.1.1",
    "description": "Strong Password Generator to create secure passwords that are impossible to crack on your device without sending them across ",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs"
    ]
}