Secure Password Generator

Allows you to create random passwords that are highly secure and extremely difficult to crack or guess.

什么是Secure Password Generator?

Secure Password Generator是由OpenAdminTools.com开发的Chrome扩展程序,该扩展的主要功能是“Allows you to create random passwords that are highly secure and extremely difficult to crack or guess.”。

扩展截图

screenshot
screenshot

下载Secure Password Generator扩展crx文件

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

扩展使用说明

                        Secure Password Generator for Chrome allows you to create random passwords that are highly secure and extremely difficult to crack or guess due to an optional combination of lower and upper case letters, numbers and punctuation symbols.

If you want to a Windows application version, please visit http://www.aqlsoft.com/secure-password-generator/

Developer: http://www.aqlsoft.com                    

扩展基本信息

名称 Secure Password Generator Secure Password Generator
ID jollpecbpialleljionejgkdgjfgamma
官方URL https://chromewebstore.google.com/detail/secure-password-generator/jollpecbpialleljionejgkdgjfgamma
简介 Allows you to create random passwords that are highly secure and extremely difficult to crack or guess.
文件大小 75.13 KB
安装次数 179
当前版本 2.1.1
更新时间 2019-07-03
上架时间 2019-07-02
评分 4.54/5 共189次评分
开发者 OpenAdminTools.com
电子邮箱 [email protected]
付费类型 free
扩展官网 http://www.aqlsoft.com/secure-password-generator/
帮助页面URL http://www.aqlsoft.com/secure-password-generator/
支持的语言 en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.1.1",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "image\/pw19.png",
        "default_title": "__MSG_pwd_generator__",
        "default_popup": "popup.html"
    },
    "description": "__MSG_pwd_desc__",
    "icons": {
        "16": "image\/pw16.png",
        "32": "image\/pw32.png",
        "48": "image\/pw48.png",
        "64": "image\/pw64.png",
        "128": "image\/pw128.png"
    },
    "name": "__MSG_pwd_generator__",
    "default_locale": "en",
    "short_name": "__MSG_pwd_generator__",
    "permissions": []
}