MyPass
Generate different passwords for different sites with a single passphrase.
什么是MyPass?
MyPass是由Chen Yufei开发的Chrome扩展程序,该扩展的主要功能是“Generate different passwords for different sites with a single passphrase.”。
扩展截图
下载MyPass扩展crx文件
下载MyPass扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
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 |
帮助页面URL | 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" ] } |