Pwd

Xjz Chrome password generator.

Pwdคืออะไร?

Pwd เป็นส่วนขยายของ Chrome ที่พัฒนาโดย xiejiangzhi และคุณลักษณะหลักของมันคือ "Xjz Chrome password generator."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pwd

ดาวน์โหลดไฟล์ส่วนขยาย Pwd ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
        }
    ]
}