Show and Hide Passwords

Show and Hide Passwords allows you to view and hide passwords on password fields.

Show and Hide Passwords란 무엇입니까?

Show and Hide Passwords은(는) HIDev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Show and Hide Passwords allows you to view and hide passwords on password fields."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Show and Hide Passwords 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Never mistype your passwords again!

What is SHP ("Show and Hide Passwords")?

SHP is a Chrome Extension created to help you when signing in or signing up for any site or service on the internet. It helps you make sure you have typed you password correctly.

Why should I install SHP? 

There are many important reasons why you should install SHP: 

- You no longer have to type your passwords several times just because of one typing error. Just one click before submitting your form when you are not sure, is enough. This is also helpful to check if caps lock is active or you have currently selected another input language.

- You no longer type wrong passwords when creating or registering for a new account. This saves your time and possibly avoids any headache.


New in v1.2:
- Major bug that caused the extension to stop working is now fixed

For questions, reports, feedback, support or anything related to SHP contact us at [email protected]                    

확장 프로그램 기본 정보

이름 Show and Hide Passwords Show and Hide Passwords
ID panhbjhhhpldcicghpekhonnmfnpgibd
공식 URL https://chromewebstore.google.com/detail/show-and-hide-passwords/panhbjhhhpldcicghpekhonnmfnpgibd
설명 Show and Hide Passwords allows you to view and hide passwords on password fields.
파일 크기 158 KB
설치 횟수 12,926
현재 버전 1.2
최근 업데이트 2018-04-13
출시 날짜 2018-04-13
평점 4.10/5 총 49 개의 평점
개발자 HIDev
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content_script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Show and Hide Passwords allows you to view and hide passwords on password fields.",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "name": "Show and Hide Passwords",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options.html",
    "version": "1.2",
    "manifest_version": 2,
    "short_name": "SHP"
}