Password Peek

Unmask the contents of a password field with a simple click!

什么是Password Peek?

Password Peek是由https://www.camerongray.me开发的Chrome扩展程序,该扩展的主要功能是“Unmask the contents of a password field with a simple click!”。

扩展截图

screenshot

下载Password Peek扩展crx文件

下载Password Peek扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        If you love deleting your entire password when you make (or suspect that you made) a mistake then this extension is not for you!  For the rest of us there is "Password Peek" for Google Chrome.  "Password Peek" places a button next to password fields that, when held down will show your password in place of the asterisks allowing you to check it.  You can also press the padlock button to keep the password visible allowing you to edit it while seeing it!

How many times have you gone to enter a password into another device but you are unable to remember it as chrome has it saved and automatically inserts it into the password field, obscured of course!  Simply use "Password Peek" to show the password!                    

扩展基本信息

名称 Password Peek Password Peek
ID lclaiahiipkdhlgaepaklgpcggmgcfid
官方URL https://chromewebstore.google.com/detail/password-peek/lclaiahiipkdhlgaepaklgpcggmgcfid
简介 Unmask the contents of a password field with a simple click!
文件大小 87.17 KB
安装次数 3,065
当前版本 1.0
更新时间 2012-04-22
上架时间 2012-04-22
评分 3.69/5 共48次评分
开发者 https://www.camerongray.me
付费类型 free
扩展官网 http://www.camerongray.me/
支持的语言 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Password Peek",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Unmask the contents of a password field with a simple click!",
    "icons": {
        "16": "img\/16.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "web_accessible_resources": [
        "img\/peek_normal.png",
        "img\/peek_active.png",
        "img\/lock_normal.png",
        "img\/lock_active.png"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-1.7.2-tweaked.js",
                "password-peek.js"
            ],
            "all_frames": true
        }
    ]
}