Strong Password Generator
Generate strong password for the most secure.
Strong Password Generatorคืออะไร?
Strong Password Generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย AI Ocean และคุณลักษณะหลักของมันคือ "Generate strong password for the most secure."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Strong Password Generator
ดาวน์โหลดไฟล์ส่วนขยาย Strong Password Generator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Generate strong and highly secure passwords, for protecting your personal info. It's very fast and easy to use. Just one click on the extension's icon, a strong password will be coppyed to your clipboard. Right click on password field, Strong password will be generate, fill to the input field and copy to your clipboard. You can change the options to make your password more memoriable. With strong password you can protect your account better. The algorithm to generate password is ported from lastPass.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Strong Password Generator |
ID | lpalkkjnignibpokfcdhhjamkpmppndn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/strong-password-generator/lpalkkjnignibpokfcdhhjamkpmppndn |
คำอธิบาย | Generate strong password for the most secure. |
ขนาดไฟล์ | 101 KB |
จำนวนการติดตั้ง | 932 |
เวอร์ชันปัจจุบัน | 1.1.1 |
อัปเดตครั้งล่าสุด | 2023-04-05 |
วันที่เผยแพร่ | 2015-11-09 |
คะแนน | 4.71/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | AI Ocean |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://laptrinh.senviet.org |
URL หน้าช่วยเหลือ | http://laptrinh.senviet.org |
URL หน้านโยบายความเป็นส่วนตัว | https://aiocean.io/pages/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Strong Password Generator", "version": "1.1.1", "manifest_version": 2, "description": "Generate strong password for the most secure.", "icons": { "16": "images\/icon16.png", "128": "images\/icon128.png" }, "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon24.png", "38": "images\/icon48.png" }, "default_title": "Strong Password Generator", "default_popup": "popup.html" }, "permissions": [ "tabs", "contextMenus", "storage", "http:\/\/*\/", "https:\/\/*\/" ] } |