Password Hint

Lists out the password requirements for the current website

Password Hint란 무엇입니까?

Password Hint은(는) Drake L에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Lists out the password requirements for the current website"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Tired of remembering all the different password requirements for websites? Password Hint  allows you to bring up the password requirement of your current website anytime by clicking the [?!] icon at the top of chrome. The user may also leave a small password hint on any website, and once saved that hint is accessible on any chrome browser that the user is logged into.

Not all websites are in the database right now so if you find one please feel free to submit it to the google form: http://goo.gl/forms/YPudqMoE04

This app does not send any user data to any 3rd party servers besides Google Chrome's servers, all data stays on the users machine. Also this app IS NOT a password manager and thus is not responsible for any damages incurred if used as such.

Source code here: https://github.com/drakelevy/PasswordHint                    

확장 프로그램 기본 정보

이름 Password Hint Password Hint
ID okdidhmfanlihamcidabkdjmpdmnhnde
공식 URL https://chromewebstore.google.com/detail/password-hint/okdidhmfanlihamcidabkdjmpdmnhnde
설명 Lists out the password requirements for the current website
파일 크기 41.22 KB
설치 횟수 65
현재 버전 1.0.8
최근 업데이트 2016-12-29
출시 날짜 2016-12-28
평점 5.00/5 총 1 개의 평점
개발자 Drake L
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/drakelevy/PasswordHint
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Password Hint",
    "manifest_version": 2,
    "version": "1.0.8",
    "description": "Lists out the password requirements for the current website",
    "author": "Drake Levy",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "browser_action": {
        "default_icon": {
            "128": "icon128.png"
        },
        "default_title": "Click to see website password requirements",
        "default_popup": "index.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}