Password Peek

Unmask the contents of a password field with a simple click!

Qu'est-ce que Password Peek ?

Password Peek est une extension Chrome développée par https://www.camerongray.me, et sa fonction principale est "Unmask the contents of a password field with a simple click!".

Captures d'Écran de l'Extension

screenshot

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

Téléchargez les fichiers d'extension Password Peek 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

                        If you love deleting your entire password when you make (or suspect that you made) a mistake then this extension is not for you!  For the rest of us there is "Password Peek" for Google Chrome.  "Password Peek" places a button next to password fields that, when held down will show your password in place of the asterisks allowing you to check it.  You can also press the padlock button to keep the password visible allowing you to edit it while seeing it!

How many times have you gone to enter a password into another device but you are unable to remember it as chrome has it saved and automatically inserts it into the password field, obscured of course!  Simply use "Password Peek" to show the password!                    

Informations de Base sur l'Extension

Nom Password Peek Password Peek
ID lclaiahiipkdhlgaepaklgpcggmgcfid
URL Officiel https://chromewebstore.google.com/detail/password-peek/lclaiahiipkdhlgaepaklgpcggmgcfid
Description Unmask the contents of a password field with a simple click!
Taille du Fichier 87.17 KB
Nombre d'Installations 3,065
Version Actuelle 1.0
Dernière Mise à Jour 2012-04-22
Date de Publication 2012-04-22
Évaluation 3.69/5 Total 48 Évaluations
Développeur https://www.camerongray.me
Type de Paiement free
Site Web de l'Extension http://www.camerongray.me/
Langues Prises en Charge en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Password Peek",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Unmask the contents of a password field with a simple click!",
    "icons": {
        "16": "img\/16.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "web_accessible_resources": [
        "img\/peek_normal.png",
        "img\/peek_active.png",
        "img\/lock_normal.png",
        "img\/lock_active.png"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-1.7.2-tweaked.js",
                "password-peek.js"
            ],
            "all_frames": true
        }
    ]
}