Show Password

Show passwords easily by double clicking on it!

Show Passwordとは何ですか?

Show Passwordはaabomukhによって開発されたChromeの拡張機能で、その主な機能は「Show passwords easily by double clicking on it!」です。

拡張機能のスクリーンショット

screenshot
screenshot

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

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

拡張機能の使用方法

                        Have you ever deleted your password completely just because you typed a wrong letter ? Or tried to remember a saved password which already typed in the password field ?

This extension gives you the ability to show your passwords by double-clicking on the password fields, and it hides it either by double-clicking again or when you move the mouse away from password fields. 

The extension is completely secure, and all it does is just changing the view locally.

Note: Icon made by Freepik from www.flaticon.com.

Feel free to contact us with any question or feedback.                    

拡張機能の基本情報

名前 Show Password Show Password
ID fkkifgmeehfndalmegnbagknaeeacjdk
公式URL https://chromewebstore.google.com/detail/show-password/fkkifgmeehfndalmegnbagknaeeacjdk
説明 Show passwords easily by double clicking on it!
ファイルサイズ 12.13 KB
インストール数 330
現在のバージョン 1.0
最終更新日 2021-02-04
公開日 2021-01-30
評価 4.78/5 合計 9 レビュー
開発者 aabomukh
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Show Password",
    "version": "1.0",
    "description": "Show passwords easily by double clicking on it!",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "128": "icon128.png",
        "48": "icon64.png",
        "16": "icon16.png"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_title": "Developed by Ahmad Abo-Mukh",
        "default_popup": "popup.html"
    }
}