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 |
| 官方網址 | 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"
}
} | |