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
官方網址 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"
            ]
        }
    ]
}