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.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة MyPass

قم بتنزيل ملفات الامتداد MyPass بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم MyPass MyPass
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
عنوان صفحة المساعدة 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"
    ]
}