Password De-Masker

This extension changes all password textboxes into normal textboxes... be safe folks ;-)

Password De-Maskerとは何ですか?

Password De-MaskerはRoss Darganによって開発されたChromeの拡張機能で、その主な機能は「This extension changes all password textboxes into normal textboxes... be safe folks ;-)」です。

Password De-Masker拡張機能のCRXファイルをダウンロード

Password De-Masker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension converts all password textboxes into normal textboxes. It's based on an article Matt Baxter-Reynolds posted here: http://www.zdnet.com/we-need-to-stop-masking-passwords-7000020894/?utm_source=buffer&utm_medium=twitter&utm_campaign=Buffer

Personally I think masking is a good idea, but here is a chance to see for yourself!

Please note Lastpass must be disabled otherwise you will still see hashed passwords.                    

拡張機能の基本情報

名前 Password De-Masker Password De-Masker
ID npkhmjmjaoaipkjdflknplfpmhcfdlpb
公式URL https://chrome.google.com/webstore/detail/password-de-masker/npkhmjmjaoaipkjdflknplfpmhcfdlpb
説明 This extension changes all password textboxes into normal textboxes... be safe folks ;-)
ファイルサイズ 3.41 KB
インストール数 77
現在のバージョン 1.0
最終更新日 2013-09-19
公開日 2013-09-19
評価 4.80/5 合計 5 レビュー
開発者 Ross Dargan
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Password De-Masker",
    "description": "This extension changes all password textboxes into normal textboxes... be safe folks ;-)",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "script.js"
            ],
            "run_at": "document_end"
        }
    ]
}