Memorable Password Generator

Generates easily memorizable passwords from a dictionary

What is Memorable Password Generator?

Memorable Password Generator is a Chrome extension developed by download, and its main feature is "Generates easily memorizable passwords from a dictionary".

Download Memorable Password Generator Extension CRX File

Download Memorable 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

                        Generates an easy to remember password. Secure as long as a different password is used on each site.                    

Extension Basic Information

Name Memorable Password Generator Memorable Password Generator
ID egellahiafbjnejphfkhbpimkgcipnib
Official URL https://chrome.google.com/webstore/detail/memorable-password-genera/egellahiafbjnejphfkhbpimkgcipnib
Description Generates easily memorizable passwords from a dictionary
File Size 43.73 KB
Installation Count 25
Current Version 0.1
Last Updated 2016-10-01
Publish Date 2016-10-01
Developer download
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Memorable Password Generator",
    "description": "Generates easily memorizable passwords from a dictionary",
    "version": "0.1",
    "permissions": [],
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Generate Password"
    },
    "icons": {
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}