Simple Passphrase Generator
Generates a secure passphrase from the EFF's long word list.
Simple Passphrase Generatorคืออะไร?
Simple Passphrase Generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย iuzoong และคุณลักษณะหลักของมันคือ "Generates a secure passphrase from the EFF's long word list."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Simple Passphrase Generator
ดาวน์โหลดไฟล์ส่วนขยาย Simple Passphrase Generator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Generates a secure passphrase using the EFF's long word list and the browser's crypto RNG. The passphrase has an entropy of ~77 bits. For a stronger password try tinyurl.com/y92yob5v The author is one of the #MillionsMissing. If you find this software useful, please consider donating to the Open Medicine Foundation www.OMF.ngo for much needed research. Thank you. Dice icon by Gregor Cresnar from Flaticon. Licensed by CC 3.0 BY.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Simple Passphrase Generator |
ID | iliehbhfgfbjllfhhbbceochgmkkhpcb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/simple-passphrase-generat/iliehbhfgfbjllfhhbbceochgmkkhpcb |
คำอธิบาย | Generates a secure passphrase from the EFF's long word list. |
ขนาดไฟล์ | 42.54 KB |
จำนวนการติดตั้ง | 391 |
เวอร์ชันปัจจุบัน | 2018.5.28.3 |
อัปเดตครั้งล่าสุด | 2019-02-10 |
วันที่เผยแพร่ | 2019-02-10 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | iuzoong |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/araemot/passphrase-generator |
URL หน้าช่วยเหลือ | https://github.com/araemot/passphrase-generator/issues |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Passphrase Generator", "homepage_url": "https:\/\/github.com\/araemot\/passphrase-generator", "description": "Generates a secure passphrase from the EFF's long word list.", "version": "2018.5.28.3", "background": { "scripts": [ "background.js" ] }, "icons": { "48": "dice48.png", "96": "dice96.png", "128": "dice128.png" }, "browser_action": { "browser_style": false, "default_icon": "dice.png", "default_popup": "popup.html" } } |