Input Type Text

Display all passwords in clear text.

什么是Input Type Text?

Input Type Text是由cmmn.nighthawk开发的Chrome扩展程序,该扩展的主要功能是“Display all passwords in clear text.”。

扩展截图

screenshot

下载Input Type Text扩展crx文件

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

扩展使用说明

                        The idea for this app was originally conceived of, somewhat mischievously, as a way to teach a lesson about web security to people that store their passwords in the browser.

But hopefully it can be helpful for other use cases!                    

扩展基本信息

名称 Input Type Text Input Type Text
ID dnfamnagdaammiaggdgmpgmnbckciidg
官方URL https://chromewebstore.google.com/detail/input-type-text/dnfamnagdaammiaggdgmpgmnbckciidg
简介 Display all passwords in clear text.
文件大小 3.18 KB
安装次数 57
当前版本 0.4
更新时间 2016-06-04
上架时间 2016-06-03
开发者 cmmn.nighthawk
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Input Type Text",
    "description": "Display all passwords in clear text.",
    "version": "0.4",
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "js": [
                "js.js"
            ]
        }
    ]
}