Memorable Password Generator
Generates easily memorizable passwords from a dictionary
什么是Memorable Password Generator?
Memorable Password Generator是由download开发的Chrome扩展程序,该扩展的主要功能是“Generates easily memorizable passwords from a dictionary”。
下载Memorable Password Generator扩展crx文件
下载Memorable Password Generator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Generates an easy to remember password. Secure as long as a different password is used on each site.
扩展基本信息
名称 | |
ID | egellahiafbjnejphfkhbpimkgcipnib |
官方URL | https://chrome.google.com/webstore/detail/memorable-password-genera/egellahiafbjnejphfkhbpimkgcipnib |
简介 | Generates easily memorizable passwords from a dictionary |
文件大小 | 43.73 KB |
安装次数 | 25 |
当前版本 | 0.1 |
更新时间 | 2016-10-01 |
上架时间 | 2016-10-01 |
开发者 | download |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Memorable Password Generator", "description": "Generates easily memorizable passwords from a dictionary", "version": "0.1", "permissions": [], "browser_action": { "default_popup": "index.html", "default_title": "Generate Password" }, "icons": { "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |