Pwd#
Pwdhash 1.7 for Chrome. Press ctrl+\ to fill in password fields.
Pwd#란 무엇입니까?
Pwd#은(는) https://phill84.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Pwdhash 1.7 for Chrome. Press ctrl+\ to fill in password fields."입니다.
확장 프로그램 스크린샷
Pwd# 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Chrome extension based on PwdHash 1.7 Usage: - click icon to open popup page and save master password - press ctrl+\ to fill in all password input on page (including iframes), page doesn’t necessarily need to be completely loaded, hashed password is copied into clipboard so that it's possible to manually paste it in case autofill doesn't work - double click on a filled password input to show unmasked password
확장 프로그램 기본 정보
이름 | Pwd# |
ID | banbidfnbpjlkeegobegafaalkcneihe |
공식 URL | https://chromewebstore.google.com/detail/pwd/banbidfnbpjlkeegobegafaalkcneihe |
설명 | Pwdhash 1.7 for Chrome. Press ctrl+\ to fill in password fields. |
파일 크기 | 126 KB |
설치 횟수 | 23 |
현재 버전 | 0.3 |
최근 업데이트 | 2012-12-28 |
출시 날짜 | 2012-12-28 |
평점 | 3.00/5 총 2 개의 평점 |
개발자 | https://phill84.org |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pwd#", "version": "0.3", "description": "Pwdhash 1.7 for Chrome. Press ctrl+\\ to fill in password fields.", "icons": { "16": "ico\/hash16.png", "48": "ico\/hash48.png", "128": "ico\/hash128.png" }, "permissions": [ "storage", "clipboardWrite" ], "content_scripts": [ { "all_frames": true, "js": [ "pwdhash.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "background": { "page": "background.html" }, "browser_action": { "default_title": "Pwd#", "default_icon": "ico\/hash16.png", "default_popup": "popup.html" } } |