Password Generator
This is an extension of passid.org, which can generat password.
什么是Password Generator?
Password Generator是由https://www.passid.org开发的Chrome扩展程序,该扩展的主要功能是“This is an extension of passid.org, which can generat password.”。
扩展截图
下载Password Generator扩展crx文件
下载Password Generator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
password generator extension of passid.org 扩展基本信息
| 名称 | |
| ID | pollejchmgaeaaamgmhckdhcaidfhikp |
| 官方URL | https://chromewebstore.google.com/detail/password-generator/pollejchmgaeaaamgmhckdhcaidfhikp |
| 简介 | This is an extension of passid.org, which can generat password. |
| 文件大小 | 90.58 KB |
| 安装次数 | 38 |
| 当前版本 | 2.5 |
| 更新时间 | 2018-04-19 |
| 上架时间 | 2018-04-19 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | https://www.passid.org |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | http://passid.org/ |
| 帮助页面URL | http://yeh.sh/ |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Password Generator",
"version": "2.5",
"description": "This is an extension of passid.org, which can generat password.",
"icons": {
"128": "assets\/icon128.png"
},
"browser_action": {
"default_icon": {
"19": "assets\/icon19.png",
"38": "assets\/icon38.png"
},
"default_title": "Password Generator of passid.org",
"default_popup": "popup.html"
}
} | |