123 Password

You only need to remember one password, your master key. 123 Password will generate passwords on different websites for you.

123 Passwordคืออะไร?

123 Password เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tension7 และคุณลักษณะหลักของมันคือ "You only need to remember one password, your master key. 123 Password will generate passwords on different websites for you."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 123 Password

ดาวน์โหลดไฟล์ส่วนขยาย 123 Password ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        ******************************
Since 1Password is unhappy about the previous name of my extension, a.k.a. OnePassword, and threat to sue me in the court. I'm going to rename this to 123 Password.

I hope they haven't spent a lot of money on their lawyer for this.
******************************

123 Password generates a different strong password for each site you visit by mixing: a) your master key, which you create by yourself, and b) a site key, which is automatically extracted from site URL.

With 123 Password, you only need to remember your master key. The extension will give different passwords on different websites. The algorithm (HMAC + MD5) makes it very hard to guess your other passwords, even if one of them is compromised. The extension NEVER store any password key for you, so that security is protected even in case of hardware theft.

The strong passwords generated by this extension are 20-characters long and consist of A-Z,a-z, and 0-9. You can resize the password for different sites and the extension will remember your settings.

You can access the mobile website version at
http://onepwd.appspot.com

Follow updates and security tips on our Facebook page:
https://www.facebook.com/pages/One-Password/243101302381935

Change Log:

v1.7
A bunch of fixes and good features! Hope you enjoy!
1. Fixed the bug that for some websites auto-password-fill was not working.
2. Fixed the bug that 123Password link didn't work.
3. Fixed the bug that Length field change didn't auto update result field.
4. Auto-password-fill now first try to fill the current input field that's in focus.
5. Adding weak master password warning (for key with less than 40-bit entropy).

v1.5
This extension is changed to 123 Password from now on.

v1.4
1. improved automatic sitekey suggestion.
2. link to facebook page.

v1.3
1. add control for output password length and remember your length settings.
2. auto password filler. No more copy+paste.

v1.2
1. Better sitekey parsing from the URL.
2. Remembers your sitekey changes.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 123 Password 123 Password
ID pahmlghhaoabdlhnkmmjbkcmdamjccjj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/123-password/pahmlghhaoabdlhnkmmjbkcmdamjccjj
คำอธิบาย You only need to remember one password, your master key. 123 Password will generate passwords on different websites for you.
ขนาดไฟล์ 15.54 KB
จำนวนการติดตั้ง 1,456
เวอร์ชันปัจจุบัน 1.8
อัปเดตครั้งล่าสุด 2013-12-15
วันที่เผยแพร่ 2013-12-14
คะแนน 3.44/5 รวมทั้งหมด 48 คะแนน
ผู้พัฒนา tension7
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "123 Password",
    "version": "1.8",
    "description": "You only need to remember one password, your master key. 123 Password will generate passwords on different websites for you.",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}