Password Generator
Password Generator - simple, secure, one-click password generator
什么是Password Generator?
Password Generator是由Yurii Luchkiv开发的Chrome扩展程序,该扩展的主要功能是“Password Generator - simple, secure, one-click password generator”。
扩展截图
下载Password Generator扩展crx文件
下载Password Generator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Generate a random secure password in one click
The generator adds generated password to the dedicated field and copies it to the clipboard
You can specify:
— length of password
— used chars: lowercase, uppercase, digits, and special characters
— excluded chars
— hexadecimal only
Password configuration preferences are stored
Passwords history is stored
ChangeLog:
Version 1.0.0 on 19.07.2023:
— First release 扩展基本信息
| 名称 | |
| ID | nbnjbddbbcnnlceoglkfoolmknejieoi |
| 官方URL | https://chromewebstore.google.com/detail/password-generator/nbnjbddbbcnnlceoglkfoolmknejieoi |
| 简介 | Password Generator - simple, secure, one-click password generator |
| 文件大小 | 336 KB |
| 安装次数 | 1,612 |
| 当前版本 | 1.0.0 |
| 更新时间 | 2023-07-11 |
| 上架时间 | 2023-07-11 |
| 评分 | 5.00/5 共9次评分 |
| 开发者 | Yurii Luchkiv |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Password Generator",
"version": "1.0.0",
"description": "Password Generator - simple, secure, one-click password generator",
"icons": {
"16": "assets\/icons\/16.png",
"32": "assets\/icons\/32.png",
"48": "assets\/icons\/48.png",
"128": "assets\/icons\/128.png"
},
"action": {
"default_popup": "popup.html",
"default_title": "Password Generator",
"default_icon": "assets\/icons\/128.png"
},
"permissions": [
"storage"
],
"background": {
"service_worker": "background.js"
}
} | |