paGen

Password Generator. Easy. Simple.

paGen란 무엇입니까?

paGen은(는) http://emotionloop.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Password Generator. Easy. Simple."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        paGen is a Google Chrome extension, that will help you by generating random passwords.

We wanted a simple and easy to use password generator for Google Chrome, and we couldn't find it, so we built one.

It has a simple and easy to use interface.

You can get its source at https://github.com/emotionLoop/paGen                    

확장 프로그램 기본 정보

이름 paGen paGen
ID eligfkfpdmeloopcoighgpdgedhnoool
공식 URL https://chrome.google.com/webstore/detail/pagen/eligfkfpdmeloopcoighgpdgedhnoool
설명 Password Generator. Easy. Simple.
파일 크기 25.17 KB
설치 횟수 53
현재 버전 1.1.0
최근 업데이트 2013-01-14
출시 날짜 2013-01-14
개발자 http://emotionloop.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://emotionloop.com
도움말 페이지 URL http://support.emotionloop.com
지원되는 언어 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "version": "1.1.0",
    "manifest_version": 2,
    "description": "__MSG_description__",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "notifications"
    ],
    "web_accessible_resources": [
        "icon.png"
    ],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon.png"
    },
    "default_locale": "en",
    "incognito": "split"
}