Pwd

Xjz Chrome password generator.

Pwd란 무엇입니까?

Pwd은(는) xiejiangzhi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Xjz Chrome password generator."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Using the original password and domain to generate a md5 hash passwords,
supports right-click menu paste password input box.

还在为每个网站都使用相同的用户名密码而烦恼呢?来使用本插件吧,本插件将为您使用的每个网站生成一个唯一的密码。

每个密码都是使用原始密码的md5与网站的域名自动生成的唯一的密码。

================================================================
0.3
增加自定义密码文本,可以在密码中加入自定义的内容
修复https下无法使用右键菜单粘贴密码功能                    

확장 프로그램 기본 정보

이름 Pwd Pwd
ID ogehigndemcohkpoceaknomlnnpdclhh
공식 URL https://chromewebstore.google.com/detail/pwd/ogehigndemcohkpoceaknomlnnpdclhh
설명 Xjz Chrome password generator.
파일 크기 118 KB
설치 횟수 43
현재 버전 0.3
최근 업데이트 2013-11-20
출시 날짜 2013-11-20
평점 5.00/5 총 1 개의 평점
개발자 xiejiangzhi
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pwd",
    "description": "Xjz Chrome password generator.",
    "version": "0.3",
    "permissions": [
        "storage",
        "activeTab",
        "contextMenus"
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/icon.png",
            "28": "images\/icon.png"
        },
        "default_popup": "views\/popup.html"
    },
    "background": {
        "scripts": [
            "javascripts\/content_menu.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "javascripts\/md5.js",
                "javascripts\/helper.js",
                "javascripts\/content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ]
}