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 |
| 官方網址 | 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"
]
} | |