Strong Password Generator
Generates strong and secure random passwords
Strong Password Generatorคืออะไร?
Strong Password Generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Raghav และคุณลักษณะหลักของมันคือ "Generates strong and secure random passwords"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Strong Password Generator
ดาวน์โหลดไฟล์ส่วนขยาย Strong Password Generator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Generate highly secure random passwords quickly using the strong password generator chrome extension. Highly secure passwords make it difficult for people to guess or crack your passwords. Strengthen your passwords by specifying uppercase, lowercase, numbers and symbols. Add additional characters to your password even stronger.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Strong Password Generator |
ID | gapdkkfopecbpinjgkiicjdknfdpppnk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/strong-password-generator/gapdkkfopecbpinjgkiicjdknfdpppnk |
คำอธิบาย | Generates strong and secure random passwords |
ขนาดไฟล์ | 12.98 KB |
จำนวนการติดตั้ง | 56 |
เวอร์ชันปัจจุบัน | 0.0.0.2 |
อัปเดตครั้งล่าสุด | 2020-06-07 |
วันที่เผยแพร่ | 2020-06-06 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Raghav |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Strong Password Generator", "version": "0.0.0.2", "description": "Generates strong and secure random passwords", "icons": { "16": "extension_toolbar_icon16.png", "48": "extension_toolbar_icon48.png", "128": "extension_toolbar_icon128.png" }, "browser_action": { "default_icon": { "16": "extension_toolbar_icon16.png", "19": "extension_toolbar_icon19.png", "32": "extension_toolbar_icon32.png", "36": "extension_toolbar_icon36.png", "48": "extension_toolbar_icon48.png", "128": "extension_toolbar_icon128.png" }, "default_popup": "popup.html", "default_title": "Random Password Generator" } } |