MyPass
Generate different passwords for different sites with a single passphrase.
MyPassคืออะไร?
MyPass เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Chen Yufei และคุณลักษณะหลักของมันคือ "Generate different passwords for different sites with a single passphrase."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MyPass
ดาวน์โหลดไฟล์ส่วนขยาย MyPass ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
                        Generate different passwords for different sites with a single passphrase.
The password generation algorithm is the same as One Shall Pass (https://oneshallpass.com).
There's also an iOS optimized version http://chenyufei.info/p/mypass/ios.html                     ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ |   |  
| ID | pbaehcadchmngjeahmifjonliaaidgdj | 
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/mypass/pbaehcadchmngjeahmifjonliaaidgdj | 
| คำอธิบาย | Generate different passwords for different sites with a single passphrase. | 
| ขนาดไฟล์ | 109 KB | 
| จำนวนการติดตั้ง | 58 | 
| เวอร์ชันปัจจุบัน | 1.4.2 | 
| อัปเดตครั้งล่าสุด | 2014-03-26 | 
| วันที่เผยแพร่ | 2014-03-26 | 
| คะแนน | 4.00/5 รวมทั้งหมด 1 คะแนน | 
| ผู้พัฒนา | Chen Yufei | 
| อีเมล | [email protected] | 
| ประเภทการชำระเงิน | free | 
| เว็บไซต์ส่วนขยาย | https://github.com/cyfdecyf/mypass | 
| URL หน้าช่วยเหลือ | https://github.com/cyfdecyf/mypass/issues | 
| ภาษาที่รองรับ | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MyPass",
    "description": "Generate different passwords for different sites with a single passphrase.",
    "version": "1.4.2",
    "icons": {
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icon-19.png",
            "38": "icon-38.png"
        },
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "storage"
    ]
}  |  |