Show Password

Show Password

什么是Show Password?

Show Password是由samhagin开发的Chrome扩展程序,该扩展的主要功能是“Show Password”。

扩展截图

screenshot

下载Show Password扩展crx文件

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

扩展使用说明

                        This extension gives you the option to see what you type into a password field instead of seeing dots. A link is displayed next to each password field that can be clicked on to display the typed password.                    

扩展基本信息

名称 Show Password Show Password
ID gaichhcdflnpllpkmocfcbkbacefiank
官方URL https://chrome.google.com/webstore/detail/show-password/gaichhcdflnpllpkmocfcbkbacefiank
简介 Show Password
文件大小 36.15 KB
安装次数 6,000
当前版本 1.0
更新时间 2013-08-20
上架时间 2013-08-20
评分 4.27/5 共30次评分
开发者 samhagin
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "description": "Show Password",
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "jquery.showPassword.min.js",
                "showPassword.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "minimum_chrome_version": "6",
    "manifest_version": 2,
    "name": "Show Password",
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "version": "1.0"
}