PassGen
Password generator based on a code and domain name
PassGenคืออะไร?
PassGen เป็นส่วนขยายของ Chrome ที่พัฒนาโดย p_kos และคุณลักษณะหลักของมันคือ "Password generator based on a code and domain name"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PassGen
ดาวน์โหลดไฟล์ส่วนขยาย PassGen ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Generates a different password for each site, based on a coded keyboard + code and your unique secret word.
*** new in 1.0.14*********
Updated the Google Policy, removed unnecessary permissions
*** new in 1.0.13*********
many users asked for drop the autofill
*** new in 1.0.12 *********
> minor bug with some urls
*** new in 1.0.10 *********
> minor bug with the copy button fixed
*** new in 1.0.9 *********
> minor bug fixed
*** new in 1.0.8 *********
> minor improvements for cross browser compatibility
> New version for Firefox Quantum !!!
*** new in 1.0.7 *********
> Autofill the password field, when user enter the secret word the extension will open, code the url and fill into password field in the current page
*** new in 1.0.6 *********
> Minor improvement in the QR generation
*** new in 1.0.5 *********
> QR image to scan with PassGen app and sync the codes
find the apps at
iOS: https://itunes.apple.com/us/app/passgennerator/id1209958536?ls=1&mt=8
Android: https://play.google.com/store/apps/details?id=com.pkos.passgen
*** New in 1.0.3 *********
> ˆ_ˆ We have apps!!!
iOS: https://itunes.apple.com/us/app/passgennerator/id1209958536?ls=1&mt=8
Android: https://play.google.com/store/apps/details?id=com.pkos.passgen
> Improved the messaged when copy
> Improved when the extension is opened and process the password it copy it to clipboard automatically
> Improved the Print feature in Options section
> Added the links to markets in Options section
*** New in 1.0.1 **********
Improved the Initial code to include at least one Capital letter, number and symbol in case the generated password does not contains them.
Some UI improved
*** New in 1.0.0 **********
it generates a unique coded keyboard based on Secret Word, you don't need to save the codes unless you change it.
+++++ > We already have Android App :) \m/
https://play.google.com/store/apps/details?id=com.pkos.passgen ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | meeikdencabckgiefhojbbpebimpblml |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/passgen/meeikdencabckgiefhojbbpebimpblml |
| คำอธิบาย | Password generator based on a code and domain name |
| ขนาดไฟล์ | 128 KB |
| จำนวนการติดตั้ง | 74 |
| เวอร์ชันปัจจุบัน | 1.0.14 |
| อัปเดตครั้งล่าสุด | 2023-12-08 |
| วันที่เผยแพร่ | 2018-09-18 |
| คะแนน | 4.00/5 รวมทั้งหมด 1 คะแนน |
| ผู้พัฒนา | p_kos |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| URL หน้านโยบายความเป็นส่วนตัว | https://raw.githubusercontent.com/p-kos/passgen/master/PrivacyPolicy.md |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "PassGen",
"short_name": "PassGen",
"description": "Password generator based on a code and domain name",
"version": "1.0.14",
"permissions": [
"storage",
"clipboardWrite"
],
"host_permissions": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"action": {
"default_icon": {
"16": "icons\/icon16.png",
"24": "icons\/icon24.png",
"32": "icons\/icon32.png"
},
"default_title": "PassGen",
"default_popup": "popup.html"
}
} | |