MyPass

Generate different passwords for different sites with a single passphrase.

Apa itu MyPass?

MyPass adalah ekstensi Chrome yang dikembangkan oleh Chen Yufei, dan fitur utamanya adalah "Generate different passwords for different sites with a single passphrase.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi MyPass

Unduh file ekstensi MyPass dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama MyPass MyPass
ID pbaehcadchmngjeahmifjonliaaidgdj
URL Resmi https://chromewebstore.google.com/detail/mypass/pbaehcadchmngjeahmifjonliaaidgdj
Deskripsi Generate different passwords for different sites with a single passphrase.
Ukuran File 109 KB
Jumlah Instalasi 58
Versi Saat Ini 1.4.2
Terakhir Diperbarui 2014-03-26
Tanggal Publikasi 2014-03-26
Penilaian 4.00/5 Total 1 Penilaian
Pengembang Chen Yufei
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/cyfdecyf/mypass
URL Halaman Bantuan https://github.com/cyfdecyf/mypass/issues
Bahasa yang Didukung 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"
    ]
}