Secure Password Generator

Generate safe passwords based on specified criteria.

Secure Password Generator란 무엇입니까?

Secure Password Generator은(는) towisoft에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Generate safe passwords based on specified criteria."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        This extension allows you to simply generate secure passwords based on criteria you specify on the options page.

Why you should use this extension?
* no permissions to access where you browse or anything. Other extensions seem to have ability to access data on the page where you enter the username and password
* simply click the lock icon next to omnibox and you have your password
* no ads or anything that would bother you - I created this for myself because I do not trust other extensions
* if you feel like it you can support me on the options page but nothing will remind or force you to do it                    

확장 프로그램 기본 정보

이름 Secure Password Generator Secure Password Generator
ID pnafejbcbclmhimjoefcafhpkfcjegec
공식 URL https://chromewebstore.google.com/detail/secure-password-generator/pnafejbcbclmhimjoefcafhpkfcjegec
설명 Generate safe passwords based on specified criteria.
파일 크기 171 KB
설치 횟수 209
현재 버전 1.1
최근 업데이트 2013-07-06
출시 날짜 2013-07-06
평점 5.00/5 총 4 개의 평점
개발자 towisoft
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "1.1",
    "background": {
        "scripts": [
            "pwdgenerator.js"
        ]
    },
    "icons": {
        "16": "images\/lock-16.png",
        "48": "images\/lock-48.png",
        "128": "images\/lock-128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/lock-19.png",
            "38": "images\/lock-38.png"
        },
        "default_title": "__MSG_extensionName__",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "default_locale": "en"
}