MyPass
Generate different passwords for different sites with a single passphrase.
What is MyPass?
MyPass is a Chrome extension developed by Chen Yufei, and its main feature is "Generate different passwords for different sites with a single passphrase.".
Extension Screenshots
Download MyPass Extension CRX File
Download MyPass extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | MyPass |
ID | pbaehcadchmngjeahmifjonliaaidgdj |
Official URL | https://chromewebstore.google.com/detail/mypass/pbaehcadchmngjeahmifjonliaaidgdj |
Description | Generate different passwords for different sites with a single passphrase. |
File Size | 109 KB |
Installation Count | 58 |
Current Version | 1.4.2 |
Last Updated | 2014-03-26 |
Publish Date | 2014-03-26 |
Rating | 4.00/5 Total 1 Ratings |
Developer | Chen Yufei |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/cyfdecyf/mypass |
Help Page URL | https://github.com/cyfdecyf/mypass/issues |
Supported Languages | 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" ] } |