generate password

Strong Password Generator to create secure passwords that are impossible to crack on your device without sending them across

什么是generate password?

generate password是由REJECTED开发的Chrome扩展程序,该扩展的主要功能是“Strong Password Generator to create secure passwords that are impossible to crack on your device without sending them across ”。

扩展截图

screenshot

下载generate password扩展crx文件

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

扩展使用说明

                        Generate Password.Strong Password. A strong password is key for protecting your personal info and assets online  Advanced Your New Password: Remember your password: Remember your password with the first character of each word in this sentence. To prevent your passwords from being hacked by social engineering, brute force or dictionary attack method, and keep your online accounts safe, you should .                    

扩展基本信息

名称 generate password generate password
ID mbacfefhfcdpdnbbjdmhfielahaojlej
官方URL https://chrome.google.com/webstore/detail/generate-password/mbacfefhfcdpdnbbjdmhfielahaojlej
简介 Strong Password Generator to create secure passwords that are impossible to crack on your device without sending them across
文件大小 32.41 KB
安装次数 71
当前版本 1.1.1
更新时间 2017-11-26
上架时间 2017-11-26
评分 3.00/5 共2次评分
开发者 REJECTED
付费类型 free
扩展官网 https://generate-password.net/
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "generate password",
    "version": "1.1.1",
    "description": "Strong Password Generator to create secure passwords that are impossible to crack on your device without sending them across ",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs"
    ]
}