Password Generator
Password generator extension allows you to easily generate long and secure password in one click
什么是Password Generator?
Password Generator是由https://xfox111.net开发的Chrome扩展程序,该扩展的主要功能是“Password generator extension allows you to easily generate long and secure password in one click”。
扩展截图
下载Password Generator扩展crx文件
下载Password Generator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Extension for web browsers which helps you to easily generate strong passwords in one click
## Features
- Create strong passwords in one click
- Customizable generator
- Clean and simple UI
- Dark mode
## Hey, It's open-source software!
If you know how to improve this extension you can check its GitHub Repository at:
https://github.com/xfox111/PasswordGeneratorExtension
Check out release changelog on:
https://github.com/xfox111/PasswordGeneratorExtension/releases/latest 扩展基本信息
| 名称 | |
| ID | jnjobgjobffgmgfnkpkjfjkkfhfikmfl |
| 官方URL | https://chromewebstore.google.com/detail/password-generator/jnjobgjobffgmgfnkpkjfjkkfhfikmfl |
| 简介 | Password generator extension allows you to easily generate long and secure password in one click |
| 文件大小 | 282 KB |
| 安装次数 | 1,811 |
| 当前版本 | 3.1.0 |
| 更新时间 | 2024-02-09 |
| 上架时间 | 2020-10-07 |
| 评分 | 3.75/5 共4次评分 |
| 开发者 | https://xfox111.net |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://xfox111.net/PasswordGenerator |
| 帮助页面URL | https://xfox111.net/PasswordGenerator/issues |
| 支持的语言 | en,pl,pt-BR,ru,uk |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "3.1.0",
"manifest_version": 3,
"name": "__MSG_name__",
"description": "__MSG_description__",
"author": "__MSG_author__",
"homepage_url": "https:\/\/github.com\/xfox111\/PasswordGeneratorExtension",
"default_locale": "en",
"icons": {
"16": "icons\/icon-16.png",
"32": "icons\/icon-32.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png"
},
"permissions": [
"storage"
],
"action": {
"default_popup": "src\/popup.html"
}
} | |