Password Peek

Unmask the contents of a password field with a simple click!

Password Peek란 무엇입니까?

Password Peek은(는) https://www.camerongray.me에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Unmask the contents of a password field with a simple click!"입니다.

확장 프로그램 스크린샷

screenshot

Password Peek 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        If you love deleting your entire password when you make (or suspect that you made) a mistake then this extension is not for you!  For the rest of us there is "Password Peek" for Google Chrome.  "Password Peek" places a button next to password fields that, when held down will show your password in place of the asterisks allowing you to check it.  You can also press the padlock button to keep the password visible allowing you to edit it while seeing it!

How many times have you gone to enter a password into another device but you are unable to remember it as chrome has it saved and automatically inserts it into the password field, obscured of course!  Simply use "Password Peek" to show the password!                    

확장 프로그램 기본 정보

이름 Password Peek Password Peek
ID lclaiahiipkdhlgaepaklgpcggmgcfid
공식 URL https://chromewebstore.google.com/detail/password-peek/lclaiahiipkdhlgaepaklgpcggmgcfid
설명 Unmask the contents of a password field with a simple click!
파일 크기 87.17 KB
설치 횟수 3,065
현재 버전 1.0
최근 업데이트 2012-04-22
출시 날짜 2012-04-22
평점 3.69/5 총 48 개의 평점
개발자 https://www.camerongray.me
결제 유형 free
확장 프로그램 웹 사이트 http://www.camerongray.me/
지원되는 언어 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Password Peek",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Unmask the contents of a password field with a simple click!",
    "icons": {
        "16": "img\/16.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "web_accessible_resources": [
        "img\/peek_normal.png",
        "img\/peek_active.png",
        "img\/lock_normal.png",
        "img\/lock_active.png"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-1.7.2-tweaked.js",
                "password-peek.js"
            ],
            "all_frames": true
        }
    ]
}