Password generator

This extension allows you to easily generate a password of any complexity.

What is Password generator?

Password generator is a Chrome extension developed by zveerko, and its main feature is "This extension allows you to easily generate a password of any complexity.".

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

                        The extension is able to generate a password of any complexity based on the settings, as well as a change of design.                    

Extension Basic Information

Name Password generator Password generator
ID bjceobblnjgdcgdapanldlkkejljpdlh
Official URL https://chrome.google.com/webstore/detail/password-generator/bjceobblnjgdcgdapanldlkkejljpdlh
Description This extension allows you to easily generate a password of any complexity.
File Size 34.66 KB
Installation Count 38
Current Version 2.2.0
Last Updated 2017-07-31
Publish Date 2017-07-31
Rating 5.00/5 Total 3 Ratings
Developer zveerko
Email [email protected]
Payment Type free
Extension Website https://github.com/Zveromag/password-generator
Supported Languages en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_extName__",
    "version": "2.2.0",
    "description": "__MSG_extDesc__",
    "options_page": "options.html",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_title": "Password generator",
        "default_popup": "popup.html"
    },
    "permissions": [
        "clipboardWrite",
        "tabs",
        "storage"
    ]
}