Password Generator

Generate a strong password with the click of a button

什么是Password Generator?

Password Generator是由generatepassextension开发的Chrome扩展程序,该扩展的主要功能是“Generate a strong password with the click of a button”。

扩展截图

screenshot
screenshot
screenshot

下载Password Generator扩展crx文件

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

扩展使用说明

                        Password Generator allows you to generate secure, unique passwords with ease. Simply select the password options that suit your needs and generate your new password. Password Generator offers multiple options including customizable character length, uppercase letters, lowercase letters, symbols, and numbers. To copy the password click the copy icon and the password will automatically be saved to your clipboard ready for you to paste.                    

扩展基本信息

名称 Password Generator Password Generator
ID dmgfleolhlbboiboibgicilbdpbdonnm
官方URL https://chromewebstore.google.com/detail/password-generator/dmgfleolhlbboiboibgicilbdpbdonnm
简介 Generate a strong password with the click of a button
文件大小 60.63 KB
安装次数 100
当前版本 1.0
更新时间 2021-03-20
上架时间 2021-03-19
评分 5.00/5 共2次评分
开发者 generatepassextension
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Password Generator",
    "version": "1.0",
    "description": "Generate a strong password with the click of a button",
    "manifest_version": 2,
    "icons": {
        "48": "password-icon-48.png",
        "128": "password-icon-48.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        ""
    ]
}