Memorable Password Generator
Generates easily memorizable passwords from a dictionary
Memorable Password Generatorคืออะไร?
Memorable Password Generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย download และคุณลักษณะหลักของมันคือ "Generates easily memorizable passwords from a dictionary"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Memorable Password Generator
ดาวน์โหลดไฟล์ส่วนขยาย Memorable Password Generator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Generates an easy to remember password. Secure as long as a different password is used on each site.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | egellahiafbjnejphfkhbpimkgcipnib |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/memorable-password-genera/egellahiafbjnejphfkhbpimkgcipnib |
คำอธิบาย | Generates easily memorizable passwords from a dictionary |
ขนาดไฟล์ | 43.73 KB |
จำนวนการติดตั้ง | 25 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2016-10-01 |
วันที่เผยแพร่ | 2016-10-01 |
ผู้พัฒนา | download |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Memorable Password Generator", "description": "Generates easily memorizable passwords from a dictionary", "version": "0.1", "permissions": [], "browser_action": { "default_popup": "index.html", "default_title": "Generate Password" }, "icons": { "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |