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
官方網址 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
電子郵箱 [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"
    }
}