Password Generator

This is an extension of passid.org, which can generat password.

What is Password Generator?

Password Generator is a Chrome extension developed by https://www.passid.org, and its main feature is "This is an extension of passid.org, which can generat password.".

Extension Screenshots

screenshot
screenshot

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

                        password generator extension of passid.org                    

Extension Basic Information

Name Password Generator Password Generator
ID pollejchmgaeaaamgmhckdhcaidfhikp
Official URL https://chromewebstore.google.com/detail/password-generator/pollejchmgaeaaamgmhckdhcaidfhikp
Description This is an extension of passid.org, which can generat password.
File Size 90.58 KB
Installation Count 38
Current Version 2.5
Last Updated 2018-04-19
Publish Date 2018-04-19
Rating 5.00/5 Total 1 Ratings
Developer https://www.passid.org
Email [email protected]
Payment Type free
Extension Website http://passid.org/
Help Page URL http://yeh.sh/
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Password Generator",
    "version": "2.5",
    "description": "This is an extension of passid.org, which can generat password.",
    "icons": {
        "128": "assets\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "assets\/icon19.png",
            "38": "assets\/icon38.png"
        },
        "default_title": "Password Generator of passid.org",
        "default_popup": "popup.html"
    }
}