Password generator

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

什么是Password generator?

Password generator是由zveerko开发的Chrome扩展程序,该扩展的主要功能是“This extension allows you to easily generate a password of any complexity.”。

扩展截图

screenshot
screenshot

下载Password generator扩展crx文件

下载Password generator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Password generator Password generator
ID bjceobblnjgdcgdapanldlkkejljpdlh
官方URL https://chrome.google.com/webstore/detail/password-generator/bjceobblnjgdcgdapanldlkkejljpdlh
简介 This extension allows you to easily generate a password of any complexity.
文件大小 34.66 KB
安装次数 38
当前版本 2.2.0
更新时间 2017-07-31
上架时间 2017-07-31
评分 5.00/5 共3次评分
开发者 zveerko
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/Zveromag/password-generator
支持的语言 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"
    ]
}