Password Generator

Allows you to generate customisable secure passwords on the fly.

Password Generator란 무엇입니까?

Password Generator은(는) https://nemrod.se에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allows you to generate customisable secure passwords on the fly."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        This is an extension for pure random password generation. You set a length between 5 and 20 characters, if you want it to contain upper-case, lower-case, numbers and special characters and click generate. Since I'm into the habit of wanting passwords that look good I've made it so you can choose to generate between 1 and 5 passwords in one go to make it easier to get those.

Now simply choose the prettiest of the generated passwords and you're done! ;)

Version 0.2 has support for themes, you can select between three different ones, but you can also add your own or edit the existing ones if you so wish.                    

확장 프로그램 기본 정보

이름 Password Generator Password Generator
ID koebgfmdommchdjodkalonlpjlnbpjap
공식 URL https://chromewebstore.google.com/detail/password-generator/koebgfmdommchdjodkalonlpjlnbpjap
설명 Allows you to generate customisable secure passwords on the fly.
파일 크기 22.63 KB
설치 횟수 289
현재 버전 0.3
최근 업데이트 2013-06-19
출시 날짜 2013-06-19
평점 3.93/5 총 14 개의 평점
개발자 https://nemrod.se
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://nemrod.se
도움말 페이지 URL http://nemrod.se/chrome-extensions/password-generator
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Password Generator",
    "version": "0.3",
    "manifest_version": 2,
    "description": "Allows you to generate customisable secure passwords on the fly.",
    "icons": {
        "128": "icon128.png",
        "32": "icon32.png",
        "22": "icon22.png",
        "16": "icon16.png"
    },
    "browser_action": {
        "default_name": "Password Generator - click to open the generator",
        "default_icon": "icon22.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html"
}