MyPass

Generate different passwords for different sites with a single passphrase.

Wat is MyPass?

MyPass is een Chrome-extensie ontwikkeld door Chen Yufei, en de belangrijkste functie is "Generate different passwords for different sites with a single passphrase.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie MyPass

Download MyPass-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam MyPass MyPass
ID pbaehcadchmngjeahmifjonliaaidgdj
Officiële URL https://chromewebstore.google.com/detail/mypass/pbaehcadchmngjeahmifjonliaaidgdj
Beschrijving Generate different passwords for different sites with a single passphrase.
Bestandsgrootte 109 KB
Aantal Installaties 58
Huidige Versie 1.4.2
Laatst Bijgewerkt 2014-03-26
Publicatiedatum 2014-03-26
Beoordeling 4.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Chen Yufei
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/cyfdecyf/mypass
Help Pagina-URL https://github.com/cyfdecyf/mypass/issues
Ondersteunde Talen 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"
    ]
}