Password Generator
Password Generator - simple, secure, one-click password generator
Password Generatorคืออะไร?
Password Generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Yurii Luchkiv และคุณลักษณะหลักของมันคือ "Password Generator - simple, secure, one-click password generator"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Password Generator
ดาวน์โหลดไฟล์ส่วนขยาย 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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Password Generator |
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" } } |