Pwd

Xjz Chrome password generator.

What is Pwd?

Pwd is a Chrome extension developed by xiejiangzhi, and its main feature is "Xjz Chrome password generator.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Pwd Extension CRX File

Download Pwd extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

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

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

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

Extension Basic Information

Name Pwd Pwd
ID ogehigndemcohkpoceaknomlnnpdclhh
Official URL https://chromewebstore.google.com/detail/pwd/ogehigndemcohkpoceaknomlnnpdclhh
Description Xjz Chrome password generator.
File Size 118 KB
Installation Count 43
Current Version 0.3
Last Updated 2013-11-20
Publish Date 2013-11-20
Rating 5.00/5 Total 1 Ratings
Developer xiejiangzhi
Payment Type free
Supported Languages 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
        }
    ]
}