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
}