Show Password

Passwords are shown in plain text in asterisk fields on the page being viewed

什么是Show Password?

Show Password是由danyossidia开发的Chrome扩展程序,该扩展的主要功能是“Passwords are shown in plain text in asterisk fields on the page being viewed”。

扩展截图

screenshot

下载Show Password扩展crx文件

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

扩展使用说明

                        This extension enables you to reveal the password behind the asterisk password field. Simply click "Show Password!"                    

扩展基本信息

名称 Show Password Show Password
ID blelcdgbeokmmchmggmogkdgcpifijam
官方URL https://chrome.google.com/webstore/detail/show-password/blelcdgbeokmmchmggmogkdgcpifijam
简介 Passwords are shown in plain text in asterisk fields on the page being viewed
文件大小 34.03 KB
安装次数 1,842
当前版本 0.1
更新时间 2013-12-19
上架时间 2013-12-19
评分 3.32/5 共25次评分
开发者 danyossidia
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "name": "Show Password",
    "description": "Passwords are shown in plain text in asterisk fields on the page being viewed",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "0.1",
    "manifest_version": 2
}