Show Hidden Password

Reveal the password hidden behind asterisks on login pages

什麼是Show Hidden Password?

Show Hidden Password是由http://digitalinspiration.com開發的Chrome擴展程式,該擴展的主要功能是“Reveal the password hidden behind asterisks on login pages”。

擴展截圖

screenshot
screenshot

下載Show Hidden Password擴展crx文件

下載Show Hidden Password擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Web browsers hide the passwords on login pages behind asterisks for security reason. Whether you are logging into Facebook, Gmail, PayPal or Twitter, all secure websites offer an option to save passwords in the browser but none would reveal the passwords in plain text.

Microsoft Edge browser adds an eye icon to the password field to let you quickly mask and unmask the characters. This Google Chrome extension uses a similar approach. It shows the passwords when you focus the password field and replaces the characters with dots as soon as you move the cursor out of the password field.

Some websites, for example PayPal, do not offer the option to save your password in the browser. 

This Google Chrome extension overrides the default behaviour and lets you save the password so you can quickly login to your favourite websites without having to enter the password each time. It does so by adding the autocomplete=on property to the input password fields but, unfortunately, in the newer releases on Google Chrome, the property is ignored.                    

擴展基本資訊

名稱 Show Hidden Password Show Hidden Password
ID enhinpoafplfmeeefjglkakjegjcakjl
官方網址 https://chrome.google.com/webstore/detail/show-hidden-password/enhinpoafplfmeeefjglkakjegjcakjl
簡介 Reveal the password hidden behind asterisks on login pages
檔案大小 13.93 KB
安裝次數 9,000
目前版本 1.2
更新時間 2022-03-23
上架時間 2017-01-04
評分 2.55/5 共 115 次評分
開發者 http://digitalinspiration.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.labnol.org/internet/reveal-hidden-password/25600/
說明頁面URL https://digitalinspiration.com/support
隱私政策頁面URL https://digitalinspiration.com/privacy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Show Hidden Password",
    "short_name": "ShowPassword",
    "description": "Reveal the password hidden behind asterisks on login pages",
    "author": "Amit Agarwal",
    "homepage_url": "https:\/\/www.labnol.org\/internet\/reveal-hidden-password\/25600\/",
    "version": "1.2",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "labnol.js"
            ],
            "run_at": "document_start"
        }
    ],
    "manifest_version": 2
}