Show and Hide Passwords

Show and Hide Passwords allows you to view and hide passwords on password fields.

Show and Hide Passwordsとは何ですか?

Show and Hide PasswordsはHIDevによって開発されたChromeの拡張機能で、その主な機能は「Show and Hide Passwords allows you to view and hide passwords on password fields.」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Never mistype your passwords again!

What is SHP ("Show and Hide Passwords")?

SHP is a Chrome Extension created to help you when signing in or signing up for any site or service on the internet. It helps you make sure you have typed you password correctly.

Why should I install SHP? 

There are many important reasons why you should install SHP: 

- You no longer have to type your passwords several times just because of one typing error. Just one click before submitting your form when you are not sure, is enough. This is also helpful to check if caps lock is active or you have currently selected another input language.

- You no longer type wrong passwords when creating or registering for a new account. This saves your time and possibly avoids any headache.


New in v1.2:
- Major bug that caused the extension to stop working is now fixed

For questions, reports, feedback, support or anything related to SHP contact us at [email protected]                    

拡張機能の基本情報

名前 Show and Hide Passwords Show and Hide Passwords
ID panhbjhhhpldcicghpekhonnmfnpgibd
公式URL https://chromewebstore.google.com/detail/show-and-hide-passwords/panhbjhhhpldcicghpekhonnmfnpgibd
説明 Show and Hide Passwords allows you to view and hide passwords on password fields.
ファイルサイズ 158 KB
インストール数 12,926
現在のバージョン 1.2
最終更新日 2018-04-13
公開日 2018-04-13
評価 4.10/5 合計 49 レビュー
開発者 HIDev
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content_script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Show and Hide Passwords allows you to view and hide passwords on password fields.",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "name": "Show and Hide Passwords",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options.html",
    "version": "1.2",
    "manifest_version": 2,
    "short_name": "SHP"
}