Password Generator

This extension generates random characters for potential passwords.

什么是Password Generator?

Password Generator是由https://mattjared.co开发的Chrome扩展程序,该扩展的主要功能是“This extension generates random characters for potential passwords.”。

扩展截图

screenshot

下载Password Generator扩展crx文件

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

扩展使用说明

                        This extension generates between two and nine (your choice) capitalized letters, lowercase letters, numbers and special characters. A fun project I made to shortcut having to create my own secure passwords. Do not share passwords with anyone, this project is for fun and entertainment only.                    

扩展基本信息

名称 Password Generator Password Generator
ID gmldplfcfpjpchkjhpkdodpchllnikii
官方URL https://chromewebstore.google.com/detail/password-generator/gmldplfcfpjpchkjhpkdodpchllnikii
简介 This extension generates random characters for potential passwords.
文件大小 180 KB
安装次数 46
当前版本 1.4
更新时间 2015-03-03
上架时间 2015-03-03
开发者 https://mattjared.co
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Password Generator",
    "description": "This extension generates random characters for potential passwords.",
    "version": "1.4",
    "permissions": [
        ""
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}