Show Password

Show passwords easily by double clicking on it!

Qu'est-ce que Show Password ?

Show Password est une extension Chrome développée par aabomukh, et sa fonction principale est "Show passwords easily by double clicking on it!".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Show Password

Téléchargez les fichiers d'extension Show Password au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Show Password Show Password
ID fkkifgmeehfndalmegnbagknaeeacjdk
URL Officiel https://chromewebstore.google.com/detail/show-password/fkkifgmeehfndalmegnbagknaeeacjdk
Description Show passwords easily by double clicking on it!
Taille du Fichier 12.13 KB
Nombre d'Installations 330
Version Actuelle 1.0
Dernière Mise à Jour 2021-02-04
Date de Publication 2021-01-30
Évaluation 4.78/5 Total 9 Évaluations
Développeur aabomukh
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}