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"
            ]
        }
    ]
}