Passphrase
Chrome Extension for Random passphrase Generation
Passphrase란 무엇입니까?
Passphrase은(는) kvaishak에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chrome Extension for Random passphrase Generation"입니다.
확장 프로그램 스크린샷
Passphrase 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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/
확장 프로그램 기본 정보
이름 | Passphrase |
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" ] } |