MyPass
Generate different passwords for different sites with a single passphrase.
Cos'è MyPass?
MyPass è un'estensione di Chrome sviluppata da Chen Yufei, e la sua funzione principale è "Generate different passwords for different sites with a single passphrase.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione MyPass
Scarica i file di estensione MyPass in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | pbaehcadchmngjeahmifjonliaaidgdj |
| URL Ufficiale | https://chromewebstore.google.com/detail/mypass/pbaehcadchmngjeahmifjonliaaidgdj |
| Descrizione | Generate different passwords for different sites with a single passphrase. |
| Dimensione del File | 109 KB |
| Conteggio Installazioni | 58 |
| Versione Corrente | 1.4.2 |
| Ultimo Aggiornamento | 2014-03-26 |
| Data di Pubblicazione | 2014-03-26 |
| Valutazione | 4.00/5 Totale 1 Valutazioni |
| Sviluppatore | Chen Yufei |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/cyfdecyf/mypass |
| URL della Pagina di Aiuto | https://github.com/cyfdecyf/mypass/issues |
| Lingue Supportate | 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"
]
} | |