Passphrase
Chrome Extension for Random passphrase Generation
什么是Passphrase?
Passphrase是由kvaishak开发的Chrome扩展程序,该扩展的主要功能是“Chrome Extension for Random passphrase Generation”。
扩展截图
下载Passphrase扩展crx文件
下载Passphrase扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
With Just a click of a button you can generate passphrases, secure enought yet memorable for password creation, which are easier to remember than a random string.
"Through 20 years of effort, we've successfully trained everyone to use passwords that are hard for humans to remember, but easy for computers to guess."
- XKDC
All passphrases generated are done so in your browser, without anything being sent to our server.
Why use a memorable password? -> https://xkcd.com/936/ 扩展基本信息
| 名称 | |
| ID | dmdajbcffmnegdflmhcikhmaagmdknhj |
| 官方URL | https://chromewebstore.google.com/detail/passphrase/dmdajbcffmnegdflmhcikhmaagmdknhj |
| 简介 | Chrome Extension for Random passphrase Generation |
| 文件大小 | 59.19 KB |
| 安装次数 | 64 |
| 当前版本 | 1.0.1 |
| 更新时间 | 2020-12-15 |
| 上架时间 | 2020-12-14 |
| 开发者 | kvaishak |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/kvaishak/passphrase |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Passphrase",
"description": "Chrome Extension for Random passphrase Generation",
"manifest_version": 2,
"version": "1.0.1",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"browser_action": {
"default_icon": {
"16": "icon16.png",
"48": "icon48.png"
},
"default_popup": "popup.html"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"permissions": [
"activeTab"
]
} | |