Password Maker

Secure password maker

Password Maker란 무엇입니까?

Password Maker은(는) tillderoquefeuil에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Secure password maker"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Thanks to PasswordMaker App, you'll be able to generate a secure password (lowercase, uppercase, special characters and numbers). 

All you need is a (secret) PIN, a safe word and to define a name foreach password (for exemple the site's name you're trying to log in). Nothing is saved in the app, it's only a password calculator (that provides you the same password each time *of course*).

You have some options like the number of characters, only numeric password and special characters. By default, the of number of characters is 16 and special characters are on.

The password generated is copied in the clipboard and if the active tab contains a password input it will fill it.                    

확장 프로그램 기본 정보

이름 Password Maker Password Maker
ID hecajkidojdekapmckfchajbphefecpk
공식 URL https://chromewebstore.google.com/detail/password-maker/hecajkidojdekapmckfchajbphefecpk
설명 Secure password maker
파일 크기 37.25 KB
설치 횟수 34
현재 버전 3.2
최근 업데이트 2020-04-29
출시 날짜 2020-04-29
개발자 tillderoquefeuil
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Password Maker",
    "short_name": "PM",
    "version": "3.2",
    "manifest_version": 2,
    "description": "Secure password maker",
    "browser_action": {
        "default_popup": ".\/html\/main.html",
        "default_icon": ".\/icons\/icon.png"
    },
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "permissions": [
        "storage",
        "activeTab",
        "tabs"
    ]
}