JPwd
This extension allows you to easily show a password field in any site, by hovering or double clicking on the password field
JPwd란 무엇입니까?
JPwd은(는) JChrist에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension allows you to easily show a password field in any site, by hovering or double clicking on the password field"입니다.
확장 프로그램 스크린샷
JPwd 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension allows you to show a password in any site in clear text. It offers the option to do this either by double clicking on the password field, or by hovering your mouse on it. This helps in making sure that you typed the password correctly, or remembering the saved password (if you allowed Chrome to save passwords). You can hide the password by double clicking again on the password field, or moving your mouse out of the password field. This extension does not record, upload, save or remember your passwords, it simply changes the password field to plain text field for your convenience.
확장 프로그램 기본 정보
이름 | JPwd |
ID | lblnjnhnjofhbebdbodbnodcmacimmig |
공식 URL | https://chromewebstore.google.com/detail/jpwd/lblnjnhnjofhbebdbodbnodcmacimmig |
설명 | This extension allows you to easily show a password field in any site, by hovering or double clicking on the password field |
파일 크기 | 10.51 MB |
설치 횟수 | 73 |
현재 버전 | 2.0.0 |
최근 업데이트 | 2016-04-02 |
출시 날짜 | 2016-04-01 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | JChrist |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", "version": "2.0.0", "default_locale": "en", "description": "__MSG_appDescription__", "icons": { "16": "images\/icon_16.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "browser_action": { "default_icon": { "19": "images\/icon_19.png", "38": "images\/icon_38.png" }, "default_title": "__MSG_settingsTitle__", "default_popup": "settings.html" }, "author": "JChrist", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "bower_components\/jQuery\/dist\/jquery.min.js", "scripts\/jpwdConfig.js", "scripts\/jpwd.js" ] } ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "web_accessible_resources": [ "bower_components\/jQuery\/dist\/jquery.min.js", "bower_components\/jQuery\/dist\/jquery.min.map", "scripts\/jpwdConfig.js" ], "permissions": [ "storage" ] } |