Password Maker
Secure password maker
Password Makerคืออะไร?
Password Maker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tillderoquefeuil และคุณลักษณะหลักของมันคือ "Secure password maker"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Password Maker
ดาวน์โหลดไฟล์ส่วนขยาย Password Maker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Thanks to PasswordMaker App, you'll be able to generate a secure password (lowercase, uppercase, special characters and numbers). All you need is a (secret) PIN, a safe word and to define a name foreach password (for exemple the site's name you're trying to log in). Nothing is saved in the app, it's only a password calculator (that provides you the same password each time *of course*). You have some options like the number of characters, only numeric password and special characters. By default, the of number of characters is 16 and special characters are on. The password generated is copied in the clipboard and if the active tab contains a password input it will fill it.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Password Maker |
ID | hecajkidojdekapmckfchajbphefecpk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/password-maker/hecajkidojdekapmckfchajbphefecpk |
คำอธิบาย | Secure password maker |
ขนาดไฟล์ | 37.25 KB |
จำนวนการติดตั้ง | 34 |
เวอร์ชันปัจจุบัน | 3.2 |
อัปเดตครั้งล่าสุด | 2020-04-29 |
วันที่เผยแพร่ | 2020-04-29 |
ผู้พัฒนา | tillderoquefeuil |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Password Maker", "short_name": "PM", "version": "3.2", "manifest_version": 2, "description": "Secure password maker", "browser_action": { "default_popup": ".\/html\/main.html", "default_icon": ".\/icons\/icon.png" }, "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "permissions": [ "storage", "activeTab", "tabs" ] } |