Password Generator
Allows you to generate customisable secure passwords on the fly.
什么是Password Generator?
Password Generator是由https://nemrod.se开发的Chrome扩展程序,该扩展的主要功能是“Allows you to generate customisable secure passwords on the fly.”。
扩展截图
下载Password Generator扩展crx文件
下载Password Generator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This is an extension for pure random password generation. You set a length between 5 and 20 characters, if you want it to contain upper-case, lower-case, numbers and special characters and click generate. Since I'm into the habit of wanting passwords that look good I've made it so you can choose to generate between 1 and 5 passwords in one go to make it easier to get those.
Now simply choose the prettiest of the generated passwords and you're done! ;)
Version 0.2 has support for themes, you can select between three different ones, but you can also add your own or edit the existing ones if you so wish. 扩展基本信息
| 名称 | |
| ID | koebgfmdommchdjodkalonlpjlnbpjap |
| 官方URL | https://chromewebstore.google.com/detail/password-generator/koebgfmdommchdjodkalonlpjlnbpjap |
| 简介 | Allows you to generate customisable secure passwords on the fly. |
| 文件大小 | 22.63 KB |
| 安装次数 | 289 |
| 当前版本 | 0.3 |
| 更新时间 | 2013-06-19 |
| 上架时间 | 2013-06-19 |
| 评分 | 3.93/5 共14次评分 |
| 开发者 | https://nemrod.se |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | http://nemrod.se |
| 帮助页面URL | http://nemrod.se/chrome-extensions/password-generator |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Password Generator",
"version": "0.3",
"manifest_version": 2,
"description": "Allows you to generate customisable secure passwords on the fly.",
"icons": {
"128": "icon128.png",
"32": "icon32.png",
"22": "icon22.png",
"16": "icon16.png"
},
"browser_action": {
"default_name": "Password Generator - click to open the generator",
"default_icon": "icon22.png",
"default_popup": "popup.html"
},
"options_page": "options.html"
} | |