generate password
Strong Password Generator to create secure passwords that are impossible to crack on your device without sending them across
generate passwordคืออะไร?
generate password เป็นส่วนขยายของ Chrome ที่พัฒนาโดย REJECTED และคุณลักษณะหลักของมันคือ "Strong Password Generator to create secure passwords that are impossible to crack on your device without sending them across "
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย generate password
ดาวน์โหลดไฟล์ส่วนขยาย generate password ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Generate Password.Strong Password. A strong password is key for protecting your personal info and assets online Advanced Your New Password: Remember your password: Remember your password with the first character of each word in this sentence. To prevent your passwords from being hacked by social engineering, brute force or dictionary attack method, and keep your online accounts safe, you should .
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | mbacfefhfcdpdnbbjdmhfielahaojlej |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/generate-password/mbacfefhfcdpdnbbjdmhfielahaojlej |
คำอธิบาย | Strong Password Generator to create secure passwords that are impossible to crack on your device without sending them across |
ขนาดไฟล์ | 32.41 KB |
จำนวนการติดตั้ง | 71 |
เวอร์ชันปัจจุบัน | 1.1.1 |
อัปเดตครั้งล่าสุด | 2017-11-26 |
วันที่เผยแพร่ | 2017-11-26 |
คะแนน | 3.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | REJECTED |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://generate-password.net/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "generate password", "version": "1.1.1", "description": "Strong Password Generator to create secure passwords that are impossible to crack on your device without sending them across ", "browser_action": { "default_icon": "icon.png" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs" ] } |