Joel's Password Generator
A password generator built with security and password-memorability in mind.
Joel's Password Generatorคืออะไร?
Joel's Password Generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://joelwalters.com และคุณลักษณะหลักของมันคือ "A password generator built with security and password-memorability in mind."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Joel's Password Generator
ดาวน์โหลดไฟล์ส่วนขยาย Joel's Password Generator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Inspired by the xkcd Password Strength comic, this extension provides you with ten relatively complex, yet easy to remember passwords. Optionally, you can include numbers or symbols for additional complexity (or to satisfy certain password requirements), and adjust the number of words. Why should I use passwords like these? * Using common words in your password aids memorability. * Using multiple words ensures sufficient complexity to prevent guessing of the password. The Stanford Javascript Crypto Library is used to provide random values—a derivative of Ferguson and Schneier's generator Fortuna. Copyright 2013 Joel Walters • Licensed under the MIT License (MIT)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Joel's Password Generator |
ID | edfbemblhgkgbekgghkcjcefohkchjge |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/joels-password-generator/edfbemblhgkgbekgghkcjcefohkchjge |
คำอธิบาย | A password generator built with security and password-memorability in mind. |
ขนาดไฟล์ | 112 KB |
จำนวนการติดตั้ง | 432 |
เวอร์ชันปัจจุบัน | 3.9.0 |
อัปเดตครั้งล่าสุด | 2014-11-30 |
วันที่เผยแพร่ | 2014-11-30 |
คะแนน | 4.13/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | https://joelwalters.com |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Joel's Password Generator", "description": "A password generator built with security and password-memorability in mind.", "version": "3.9.0", "browser_action": { "default_title": "Joel's Password Generator", "default_icon": "images\/icon.png", "default_popup": "index.html" } } |